From: Lars Ingebrigtsen Date: Sun, 9 Feb 2014 03:54:05 +0000 (-0800) Subject: * repeat.el (repeat-message-function): Doc fix X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~73 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=10c75ee37665c265ba35f11917cc3aa4365b2ba4;p=emacs.git * repeat.el (repeat-message-function): Doc fix Fixes: debbugs:11619 --- 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.