diff lisp/textmodes/=ispell4.el @ 214:a1430f8459e5

*** empty log message ***
author Brian Preble <rassilon@gnu.org>
date Tue, 12 Mar 1991 19:57:55 +0000
parents 5652ba2db1a7
children 7e4c7ef44243
line wrap: on
line diff
--- a/lisp/textmodes/=ispell4.el	Tue Mar 12 19:48:56 1991 +0000
+++ b/lisp/textmodes/=ispell4.el	Tue Mar 12 19:57:55 1991 +0000
@@ -202,7 +202,7 @@
 	search, or search for a regular expression in the dictionary
 	using grep.
 SPACE	Accept the word this time, but complain if it is seen again.
-q, C-G	Leave the command loop.  You can come back later with \\[ispell-next]."
+q, \\[keyboard-quit]	Leave the command loop.  You can come back later with \\[ispell-next]."
   (interactive)
   (if (null start)
       (setq start 0))
@@ -289,7 +289,7 @@
 
 (defun ispell-word ()
   "Check the spelling of the word under the cursor.
-See `ispell' for more documentation."
+See `ispell' for more information."
   (interactive)
   (condition-case err
       (catch 'quit