diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2016-10-30 07:48:30 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2016-10-30 07:48:30 +0000 |
commit | 02e8453b9fa74791ac8c1c54fcc61add0f871309 (patch) | |
tree | c11f10433a4aed804b6db3c8d238c8eda1ee0b1c | |
parent | Add w3mdict.cgi to use a dictd dictionary query (diff) | |
download | w3m-02e8453b9fa74791ac8c1c54fcc61add0f871309.tar.gz w3m-02e8453b9fa74791ac8c1c54fcc61add0f871309.zip |
Typo fix for USE_DICT
-rw-r--r-- | config.h.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.dist b/config.h.dist index 844a555..0440927 100644 --- a/config.h.dist +++ b/config.h.dist @@ -9,10 +9,10 @@ /* User Configuration */ /* - If you define DICT, you can use dictionary look-up function + If you define USE_DICT, you can use dictionary look-up function in w3m. See README.dict for detail. */ -#define DICT +#define USE_DICT /* If you want to load and save URL history. |