summaryrefslogtreecommitdiff
path: root/lisp/repeat.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2022-12-28 19:58:44 +0200
committerJuri Linkov <juri@linkov.net>2022-12-28 19:58:44 +0200
commit70480d3b6b7c1fe68a6a86dd2a7382c904ae1f30 (patch)
tree8944b6e16404e182a14229ef859877fc814dcaae /lisp/repeat.el
parentfd48201ffe77d20729002abea63e1b6d8502d186 (diff)
downloademacs-70480d3b6b7c1fe68a6a86dd2a7382c904ae1f30.tar.gz
* lisp/repeat.el (repeat-echo-function): Suggest 'add-function' in docstring.
(bug#60353)
Diffstat (limited to 'lisp/repeat.el')
-rw-r--r--lisp/repeat.el3
1 files changed, 2 insertions, 1 deletions
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"