aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2014-02-08 19:54:05 -0800
committerLars Ingebrigtsen2014-02-08 19:54:05 -0800
commit10c75ee37665c265ba35f11917cc3aa4365b2ba4 (patch)
treead85584e8823ef23e678ed95fe4fd6ff5eb46155
parent790aceec52d6acc2c4de19ddd6d8b4f63dd5c1d0 (diff)
downloademacs-10c75ee37665c265ba35f11917cc3aa4365b2ba4.tar.gz
emacs-10c75ee37665c265ba35f11917cc3aa4365b2ba4.zip
* repeat.el (repeat-message-function): Doc fix
Fixes: debbugs:11619
-rw-r--r--lisp/repeat.el4
1 files changed, 3 insertions, 1 deletions
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 @@
111Message is something like \"Repeating command glorp\". 111Message is something like \"Repeating command glorp\".
112A value of `ignore' will disable such messages. To customize 112A value of `ignore' will disable such messages. To customize
113display, assign a function that takes one string as an arg and 113display, assign a function that takes one string as an arg and
114displays it however you want.") 114displays it however you want.
115If this variable is nil, the normal `message' function will be
116used to display the messages.")
115 117
116(defcustom repeat-on-final-keystroke t 118(defcustom repeat-on-final-keystroke t
117 "Allow `repeat' to re-execute for repeating lastchar of a key sequence. 119 "Allow `repeat' to re-execute for repeating lastchar of a key sequence.