changeset 1541:9baddd0338d5

Dox fix.
author Christopher Zaborsky <rogue@erratum.com>
date Tue, 03 Nov 1992 21:33:58 +0000
parents f3554332993b
children 724b443e445d
files lisp/textmodes/spell.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/spell.el	Tue Nov 03 21:08:55 1992 +0000
+++ b/lisp/textmodes/spell.el	Tue Nov 03 21:33:58 1992 +0000
@@ -44,7 +44,7 @@
 (defun spell-word ()
   "Check spelling of word at or before point.
 If it is not correct, ask user for the correct spelling
-and query-replace the entire buffer to substitute it."
+and `query-replace' the entire buffer to substitute it."
   (interactive)
   (let (beg end spell-filter)
     (save-excursion
@@ -57,7 +57,7 @@
 
 ;;;###autoload
 (defun spell-region (start end &optional description)
-  "Like spell-buffer but applies only to region.
+  "Like `spell-buffer' but applies only to region.
 Used in a program, applies from START to END.
 DESCRIPTION is an optional string naming the unit being checked:
 for example, \"word\"."