emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el
Date: Sun, 27 Feb 2005 05:37:13 -0500

Index: emacs/lisp/textmodes/ispell.el
diff -c emacs/lisp/textmodes/ispell.el:1.157 
emacs/lisp/textmodes/ispell.el:1.158
*** emacs/lisp/textmodes/ispell.el:1.157        Mon Feb 21 02:15:31 2005
--- emacs/lisp/textmodes/ispell.el      Sun Feb 27 10:37:13 2005
***************
*** 2417,2425 ****
  ;;;###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 prefix argument, set the default dictionary."
    (interactive
     (list (completing-read
          "Use new dictionary (RET for current, SPC to complete): "
--- 2417,2426 ----
  ;;;###autoload
  (defun ispell-change-dictionary (dict &optional arg)
    "Change to dictionary DICT for Ispell.
! With a prefix arg, set it \"globally\", for all buffers.
! Without a prefix arg, set it \"locally\", just for this buffer.
  
! 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): "




reply via email to

[Prev in Thread] Current Thread [Next in Thread]