Typo fix for USE_DICT

This commit is contained in:
Tatsuya Kinoshita
2016-10-30 16:48:30 +09:00
parent d831d7dcb2
commit 02e8453b9f

View File

@@ -9,10 +9,10 @@
/* User Configuration */ /* 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. in w3m. See README.dict for detail.
*/ */
#define DICT #define USE_DICT
/* /*
If you want to load and save URL history. If you want to load and save URL history.