# HG changeset patch # User Richard M. Stallman # Date 895123404 0 # Node ID 530d5f35aa4e03f2146f2a111b84c30c4da7965f # Parent 23fda104cd363c2bf16d380ecafcc84c52ce7077 (describe-key-briefly): When INSERT, put cmd name in `...'. diff -r 23fda104cd36 -r 530d5f35aa4e lisp/help.el --- 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"))