mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* repeat.el (repeat-message-function): Reword doc slightly.
Fixes: debbugs:11619
This commit is contained in:
parent
c359b7bd77
commit
790aceec52
2 changed files with 5 additions and 3 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* 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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue