]> code.delx.au - gnu-emacs/commitdiff
* repeat.el (repeat-message-function): Doc fix
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 9 Feb 2014 03:54:05 +0000 (19:54 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 9 Feb 2014 03:54:05 +0000 (19:54 -0800)
Fixes: debbugs:11619
lisp/repeat.el

index e73531695d419ca884d7416c9c60b806779db0f2..0b3eed52e83372c77dd40c87b71a77c9e079178b 100644 (file)
 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.