mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(describe-key-briefly): When INSERT, put cmd name in `...'.
This commit is contained in:
parent
8331e67615
commit
0f2aa0e118
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ If INSERT (the prefix arg) is non-nil, insert the message in the buffer."
|
|||
(if (or (null defn) (integerp defn))
|
||||
(princ (format "%s is undefined" key-desc))
|
||||
(princ (format (if insert
|
||||
"%s (%s)"
|
||||
"`%s' (`%s')"
|
||||
(if (windowp window)
|
||||
"%s at that spot runs the command %s"
|
||||
"%s runs the command %s"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue