emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 90110f8: Don't use a literal "C-u" in ispell.el h


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 90110f8: Don't use a literal "C-u" in ispell.el help message text
Date: Sat, 14 Jul 2018 11:54:33 -0400 (EDT)

branch: emacs-26
commit 90110f8499c5b3e26c67d3e15cc8dccd9ef057cf
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Don't use a literal "C-u" in ispell.el  help message text
    
    * lisp/textmodes/ispell.el (ispell-command-loop): Use
    "\\[universal-argument]" instead of a literal "C-u".  (Bug#32142)
---
 lisp/textmodes/ispell.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 39e8869..e77bc7e 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -2271,8 +2271,9 @@ Global `ispell-quit' set to start location to continue 
spell session."
                    (ispell-pdict-save ispell-silently-savep)
                    (message "%s"
                     (substitute-command-keys
-                     (concat "Spell-checking suspended;"
-                             " use C-u \\[ispell-word] to resume")))
+                     (concat
+                       "Spell-checking suspended; use "
+                      "\\[universal-argument] \\[ispell-word] to resume")))
                    (setq ispell-quit start)
                    nil)
                   ((= char ?q)



reply via email to

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