aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.dict
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.dict')
-rw-r--r--doc/README.dict4
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.)