emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b1cc3adac2: ; Fix recent changes in documentation of ispell.el


From: Eli Zaretskii
Subject: master b1cc3adac2: ; Fix recent changes in documentation of ispell.el
Date: Tue, 10 May 2022 13:14:36 -0400 (EDT)

branch: master
commit b1cc3adac2ea31699cdbfe166078b463af7e8894
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix recent changes in documentation of ispell.el
    
    * etc/NEWS:
    * lisp/textmodes/ispell.el (ispell-region, ispell-buffer): Avoid
    passive tense in doc strings and NEWS.
---
 etc/NEWS                 | 6 +++---
 lisp/textmodes/ispell.el | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index ac357a2886..0eb240e2a0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -791,9 +791,9 @@ contents.
 
 ---
 *** 'ispell-region' and 'ispell-buffer' now push the mark.
-The location of the last word the user was queried about is pushed to
-the mark ring, so that the user can skip back to the location with
-'C-x C-x'.
+These commands push onto the mark ring the location of the last
+misspelled word where corrections were offered, so that you can then
+skip back to that location with 'C-x C-x'.
 
 ** dabbrev
 
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 93008ca7fb..1810d7bcae 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -3052,7 +3052,7 @@ when needed."
 ;;;###autoload
 (defun ispell-region (reg-start reg-end &optional recheckp shift)
   "Interactively check a region for spelling errors.
-Mark is left at the final word that the user was queried about.
+Leave the mark at the last misspelled word that the user was queried about.
 
 Return nil if spell session was terminated, otherwise returns shift offset
 amount for last line processed."
@@ -3615,7 +3615,7 @@ to limit the check."
 ;;;###autoload
 (defun ispell-buffer ()
   "Check the current buffer for spelling errors interactively.
-Mark is left at the final word that the user was queried about."
+Leave the mark at the last misspelled word that the user was queried about."
   (interactive)
   (ispell-region (point-min) (point-max)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]