From: Lars Ingebrigtsen Date: Sun, 9 Feb 2014 03:51:23 +0000 (-0800) Subject: * repeat.el (repeat-message-function): Reword doc slightly. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~74 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=790aceec52d6acc2c4de19ddd6d8b4f63dd5c1d0;p=emacs.git * repeat.el (repeat-message-function): Reword doc slightly. Fixes: debbugs:11619 --- 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.