diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2014-02-08 19:51:23 -0800 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2014-02-08 19:51:23 -0800 |
commit | 790aceec52d6acc2c4de19ddd6d8b4f63dd5c1d0 (patch) | |
tree | 0afe074349610e6f47949a367fdebd2c1894e50a /lisp/repeat.el | |
parent | c359b7bd77cba2b4a90fec69af577f22ebe88b69 (diff) | |
download | emacs-790aceec52d6acc2c4de19ddd6d8b4f63dd5c1d0.tar.gz |
* repeat.el (repeat-message-function): Reword doc slightly.
Fixes: debbugs:11619
Diffstat (limited to 'lisp/repeat.el')
-rw-r--r-- | lisp/repeat.el | 6 |
1 files changed, 3 insertions, 3 deletions
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. |