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,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el,v
Date: Mon, 06 Nov 2006 02:23:12 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      06/11/06 02:23:12

Index: ispell.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/textmodes/ispell.el,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -b -r1.202 -r1.203
--- ispell.el   23 Sep 2006 19:05:03 -0000      1.202
+++ ispell.el   6 Nov 2006 02:23:12 -0000       1.203
@@ -217,7 +217,7 @@
        "Empty replacement for defgroup when not supplied.")))
 
 (defgroup ispell nil
-  "User variables for emacs ispell interface."
+  "User variables for Emacs ispell interface."
   :group 'applications)
 
 (if (not (fboundp 'buffer-substring-no-properties))
@@ -496,7 +496,7 @@
 
 To make permanent changes to your dictionary definitions, you
 will need to make your changes in this variable, save, and then
-re-start emacs."
+re-start Emacs."
   :type '(repeat (list (choice :tag "Dictionary"
                               (string :tag "Dictionary name")
                               (const :tag "default" nil))
@@ -2104,7 +2104,7 @@
 `m':   Place typed-in value in personal dictionary, then recheck current word.
 `C-l':  redraws screen
 `C-r':  recursive edit
-`C-z':  suspend emacs or iconify frame"
+`C-z':  suspend Emacs or iconify frame"
 
   (if (equal ispell-help-in-bufferp 'electric)
       (progn
@@ -2136,7 +2136,7 @@
 `m':   Place typed-in value in personal dictionary, then recheck current word.
 `C-l':  redraws screen
 `C-r':  recursive edit
-`C-z':  suspend emacs or iconify frame")
+`C-z':  suspend Emacs or iconify frame")
                     nil        ;undocumented requirement of with-electric-help
                     ))))
 




reply via email to

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