From: Juri Linkov Date: Wed, 28 Dec 2022 17:58:44 +0000 (+0200) Subject: * lisp/repeat.el (repeat-echo-function): Suggest 'add-function' in docstring. X-Git-Tag: emacs-29.0.90~943 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=70480d3b6b7c1fe68a6a86dd2a7382c904ae1f30;p=emacs.git * lisp/repeat.el (repeat-echo-function): Suggest 'add-function' in docstring. (bug#60353) --- diff --git a/lisp/repeat.el b/lisp/repeat.el index 3b3a444ee24..e382239fc86 100644 --- a/lisp/repeat.el +++ b/lisp/repeat.el @@ -399,7 +399,8 @@ but the property value is `t', then check the last key." (defcustom repeat-echo-function #'repeat-echo-message "Function to display a hint about available keys. Function is called after every repeatable command with one argument: -a repeating map, or nil after deactivating the transient repeating mode." +a repeating map, or nil after deactivating the transient repeating mode. +You can use `add-function' for multiple functions simultaneously." :type '(choice (const :tag "Show hints in the echo area" repeat-echo-message) (const :tag "Show indicator in the mode line"