aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc-jp/README.dict4
-rw-r--r--doc/README.dict4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc-jp/README.dict b/doc-jp/README.dict
index 0a68bef..4f8c80d 100644
--- a/doc-jp/README.dict
+++ b/doc-jp/README.dict
@@ -12,11 +12,11 @@ w3m用英和辞典検索機能について
コンパイルしなおす必要があります.configure を実行して config.h
が生成された後,config.h を編集して
-#undef DICT
+#undef USE_DICT
-#define DICT
+#define USE_DICT
に変更し,w3m をコンパイルしなおしてください.
(dict.c と keybind.c をコンパイルしなおせば良いはずです)
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.)