diff options
| -rw-r--r-- | lisp/help.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 240 | (if (or (null defn) (integerp defn)) | 240 | (if (or (null defn) (integerp defn)) |
| 241 | (princ (format "%s is undefined" key-desc)) | 241 | (princ (format "%s is undefined" key-desc)) |
| 242 | (princ (format (if insert | 242 | (princ (format (if insert |
| 243 | "%s (%s)" | 243 | "`%s' (`%s')" |
| 244 | (if (windowp window) | 244 | (if (windowp window) |
| 245 | "%s at that spot runs the command %s" | 245 | "%s at that spot runs the command %s" |
| 246 | "%s runs the command %s")) | 246 | "%s runs the command %s")) |