]> code.delx.au - gnu-emacs/blobdiff - lisp/textmodes/ispell4.el
*** empty log message ***
[gnu-emacs] / lisp / textmodes / ispell4.el
index 48737175933648d4d94cf9ed7af5f0bb5ddc4073..782ea43103cfa64d699efa7d547ed1b1054155a7 100644 (file)
@@ -202,7 +202,7 @@ l   Lookup.  Look for a word in the dictionary by fast binary
        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 @@ q, C-G      Leave the command loop.  You can come back later with \\[ispell-next]."
 
 (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