aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-02-27 10:37:13 +0000
committerRichard M. Stallman <[email protected]>2005-02-27 10:37:13 +0000
commit8e07e84ae67734470fd6141bb9838547623ee539 (patch)
tree24c7a6e5825ca31a2a1352d36ffe1b0ce2a5e10e /lisp
parent8ceb0c6ea944fb3422896fdcbcbaf05fc071e627 (diff)
(ispell-change-dictionary): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/textmodes/ispell.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index a28764b54a..2a84d58463 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -2417,9 +2417,10 @@ With NO-ERROR, just return non-nil if there was no Ispell running."
;;;###autoload
(defun ispell-change-dictionary (dict &optional arg)
"Change to dictionary DICT for Ispell.
-By just answering RET you can find out what the current dictionary is.
+With a prefix arg, set it \"globally\", for all buffers.
+Without a prefix arg, set it \"locally\", just for this buffer.
-With prefix argument, set the default dictionary."
+By just answering RET you can find out what the current dictionary is."
(interactive
(list (completing-read
"Use new dictionary (RET for current, SPC to complete): "