# HG changeset patch # User Christopher Zaborsky # Date 720826438 0 # Node ID 9baddd0338d59a9718b30f47f1280d5f366b0005 # Parent f3554332993bf2aa97f8a0e5d43d3bbb454b8d92 Dox fix. diff -r f3554332993b -r 9baddd0338d5 lisp/textmodes/spell.el --- 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\"."