1
Fork 0
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:
Richard M. Stallman 1998-05-14 05:23:24 +00:00
parent 8331e67615
commit 0f2aa0e118

View file

@ -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"))