diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.dict | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.dict b/doc/README.dict index 63fd4a2..ecb32be 100644 --- a/doc/README.dict +++ b/doc/README.dict @@ -12,11 +12,11 @@ To make use of dictionary look-up, you have to change compile option by hand. After running configure, edit config.h and change -#undef DICT +#undef USE_DICT into -#define DICT +#define USE_DICT and recompile w3m. (You have to recompile dict.c and keybind.c.) |