aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-05-03 04:44:12 +0000
committerEli Zaretskii2001-05-03 04:44:12 +0000
commitddfb4005866a4695de02147bc9309c863c2c171e (patch)
treee7edbc5a7482a4411d203b039ac421b1c03f9d8e
parentfd8092f01beda5bc1f24a801aec8ffcd152b126e (diff)
downloademacs-ddfb4005866a4695de02147bc9309c863c2c171e.tar.gz
emacs-ddfb4005866a4695de02147bc9309c863c2c171e.zip
(ispell-change-dictionary): Doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/textmodes/ispell.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 39d03f53866..8052faab73e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
4
12001-05-02 Stefan Monnier <monnier@cs.yale.edu> 52001-05-02 Stefan Monnier <monnier@cs.yale.edu>
2 6
3 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face 7 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index e8d872027db..9b9a5a632bd 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -2301,7 +2301,7 @@ A new one will be started as soon as necessary.
2301 2301
2302By just answering RET you can find out what the current dictionary is. 2302By just answering RET you can find out what the current dictionary is.
2303 2303
2304With prefix argument, set the default directory." 2304With prefix argument, set the default dictionary."
2305 (interactive 2305 (interactive
2306 (list (completing-read 2306 (list (completing-read
2307 "Use new dictionary (RET for current, SPC to complete): " 2307 "Use new dictionary (RET for current, SPC to complete): "