projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4e7f6d
)
Don't use a literal "C-u" in ispell.el help message text
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 14 Jul 2018 15:53:40 +0000
(18:53 +0300)
committer
Eli 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
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell.el
b/lisp/textmodes/ispell.el
index 39e8869ea94d074a113aff1a45e7de63c54c4a9d..e77bc7e1128a7c01083a983bda80956efcaba47e 100644
(file)
--- 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)