From 0f2aa0e118094903e79b5acd7b30faafd4bd8615 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 14 May 1998 05:23:24 +0000 Subject: [PATCH] (describe-key-briefly): When INSERT, put cmd name in `...'. --- lisp/help.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/help.el b/lisp/help.el index fdd5c278519..4357963baa5 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -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")) -- 2.39.2