Make help-for-help echo key on failure
* lisp/help-macro.el (make-help-screen): Echo key on failure.
This commit is contained in:
@@ -211,6 +211,9 @@ and then returns."
|
||||
(iconify-frame new-frame))
|
||||
(setq new-frame nil)))
|
||||
(unless (equal (key-description key) "C-g")
|
||||
(message (substitute-command-keys
|
||||
(format "No help command is bound to `\\`%s''"
|
||||
(key-description key))))
|
||||
(ding))))))
|
||||
(when config
|
||||
(set-window-configuration config))
|
||||
|
||||
Reference in New Issue
Block a user