diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2014-02-08 19:54:05 -0800 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2014-02-08 19:54:05 -0800 |
commit | 10c75ee37665c265ba35f11917cc3aa4365b2ba4 (patch) | |
tree | ad85584e8823ef23e678ed95fe4fd6ff5eb46155 /lisp/repeat.el | |
parent | 790aceec52d6acc2c4de19ddd6d8b4f63dd5c1d0 (diff) | |
download | emacs-10c75ee37665c265ba35f11917cc3aa4365b2ba4.tar.gz |
* repeat.el (repeat-message-function): Doc fix
Fixes: debbugs:11619
Diffstat (limited to 'lisp/repeat.el')
-rw-r--r-- | lisp/repeat.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/repeat.el b/lisp/repeat.el index e73531695d4..0b3eed52e83 100644 --- a/lisp/repeat.el +++ b/lisp/repeat.el @@ -111,7 +111,9 @@ Message is something like \"Repeating command glorp\". A value of `ignore' will disable such messages. To customize display, assign a function that takes one string as an arg and -displays it however you want.") +displays it however you want. +If this variable is nil, the normal `message' function will be +used to display the messages.") (defcustom repeat-on-final-keystroke t "Allow `repeat' to re-execute for repeating lastchar of a key sequence. |