Mercurial > emacs
changeset 22060:530d5f35aa4e
(describe-key-briefly): When INSERT, put cmd name in `...'.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 14 May 1998 05:23:24 +0000 |
parents | 23fda104cd36 |
children | eed26995bfad |
files | lisp/help.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/help.el Thu May 14 05:16:54 1998 +0000 +++ b/lisp/help.el Thu May 14 05:23:24 1998 +0000 @@ -240,7 +240,7 @@ (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"))