From 790aceec52d6acc2c4de19ddd6d8b4f63dd5c1d0 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 8 Feb 2014 19:51:23 -0800 Subject: [PATCH] * repeat.el (repeat-message-function): Reword doc slightly. Fixes: debbugs:11619 --- lisp/ChangeLog | 2 ++ lisp/repeat.el | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dae61985be1..1dc72289788 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2014-02-09 Lars Ingebrigtsen + * repeat.el (repeat-message-function): Reword doc slightly (bug#11619). + * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654). (icomplete-simple-completing-p): Mention the previous variable. diff --git a/lisp/repeat.el b/lisp/repeat.el index 4f46ee64285..e73531695d4 100644 --- a/lisp/repeat.el +++ b/lisp/repeat.el @@ -109,9 +109,9 @@ (defvar repeat-message-function nil "If non-nil, function used by `repeat' command to say what it's doing. Message is something like \"Repeating command glorp\". -To disable such messages, set this variable to `ignore'. To customize -display, assign a function that takes one string as an arg and displays -it however you want.") +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.") (defcustom repeat-on-final-keystroke t "Allow `repeat' to re-execute for repeating lastchar of a key sequence. -- 2.39.2