mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Message format spec fixes (1)
This commit is contained in:
parent
be9bb408d2
commit
8a26c16552
26 changed files with 205 additions and 39 deletions
|
|
@ -140,7 +140,7 @@ The Command History listing is recomputed each time this mode is invoked."
|
|||
(defun Electric-history-undefined ()
|
||||
(interactive)
|
||||
(ding)
|
||||
(message (substitute-command-keys "Type \\[Helper-help] for help, ? for commands, C-c C-c to quit, Space to execute"))
|
||||
(message "%s" (substitute-command-keys "Type \\[Helper-help] for help, ? for commands, C-c C-c to quit, Space to execute"))
|
||||
(sit-for 4))
|
||||
|
||||
(defun Electric-history-quit ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue