]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't use a literal "C-u" in ispell.el help message text
authorEli Zaretskii <eliz@gnu.org>
Sat, 14 Jul 2018 15:53:40 +0000 (18:53 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 14 Jul 2018 15:53:40 +0000 (18:53 +0300)
* lisp/textmodes/ispell.el (ispell-command-loop): Use
"\\[universal-argument]" instead of a literal "C-u".  (Bug#32142)

lisp/textmodes/ispell.el

index 39e8869ea94d074a113aff1a45e7de63c54c4a9d..e77bc7e1128a7c01083a983bda80956efcaba47e 100644 (file)
@@ -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)