diff options
Diffstat (limited to 'lisp/chistory.el')
-rw-r--r-- | lisp/chistory.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/chistory.el b/lisp/chistory.el index 56fef3712e0..aae1d728ee7 100644 --- a/lisp/chistory.el +++ b/lisp/chistory.el @@ -126,7 +126,11 @@ The buffer is left in Command History mode." (command-history-mode))))) (defun command-history-mode () - "Major mode for listing and repeating recent commands." + "Major mode for listing and repeating recent commands. + +Keybindings: +\\{command-history-map}" + (interactive) (Command-history-setup) (setq major-mode 'command-history-mode) (setq mode-name "Command History") |