diff options
| author | Lars Ingebrigtsen | 2014-02-08 19:54:05 -0800 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2014-02-08 19:54:05 -0800 |
| commit | 10c75ee37665c265ba35f11917cc3aa4365b2ba4 (patch) | |
| tree | ad85584e8823ef23e678ed95fe4fd6ff5eb46155 | |
| parent | 790aceec52d6acc2c4de19ddd6d8b4f63dd5c1d0 (diff) | |
| download | emacs-10c75ee37665c265ba35f11917cc3aa4365b2ba4.tar.gz emacs-10c75ee37665c265ba35f11917cc3aa4365b2ba4.zip | |
* repeat.el (repeat-message-function): Doc fix
Fixes: debbugs:11619
| -rw-r--r-- | lisp/repeat.el | 4 |
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 @@ | |||
| 111 | Message is something like \"Repeating command glorp\". | 111 | Message is something like \"Repeating command glorp\". |
| 112 | A value of `ignore' will disable such messages. To customize | 112 | A value of `ignore' will disable such messages. To customize |
| 113 | display, assign a function that takes one string as an arg and | 113 | display, assign a function that takes one string as an arg and |
| 114 | displays it however you want.") | 114 | displays it however you want. |
| 115 | If this variable is nil, the normal `message' function will be | ||
| 116 | used 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. |