mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-28 19:42:02 +00:00
Dox fix.
This commit is contained in:
parent
cc9875f9f5
commit
fcec83fbc8
@ -44,7 +44,7 @@ as its \"correct\" spelling; then the query replace is skipped."
|
||||
(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 @@ and query-replace the entire buffer to substitute it."
|
||||
|
||||
;;;###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\"."
|
||||
|
Loading…
Reference in New Issue
Block a user