From 10c75ee37665c265ba35f11917cc3aa4365b2ba4 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 8 Feb 2014 19:54:05 -0800 Subject: [PATCH] * repeat.el (repeat-message-function): Doc fix Fixes: debbugs:11619 --- lisp/repeat.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- 2.39.2