mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-27 19:31:38 +00:00
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)
This commit is contained in:
parent
f4e7f6d73d
commit
90110f8499
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user