]> git.eshelyaron.com Git - emacs.git/commitdiff
(ispell-change-dictionary): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 27 Feb 2005 10:37:13 +0000 (10:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 27 Feb 2005 10:37:13 +0000 (10:37 +0000)
lisp/textmodes/ispell.el

index a28764b54a1542c3f0906206cd312a66a2e8945e..2a84d5846344ec37da0d7b36198bcf3307c7f1e3 100644 (file)
@@ -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): "