emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116363: * repeat.el (repeat-message-function): Doc


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116363: * repeat.el (repeat-message-function): Doc fix
Date: Sun, 09 Feb 2014 03:55:17 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116363
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/11619
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sat 2014-02-08 19:54:05 -0800
message:
  * repeat.el (repeat-message-function): Doc fix
modified:
  lisp/repeat.el                 repeat.el-20091113204419-o5vbwnq5f7feedwu-1276
=== modified file 'lisp/repeat.el'
--- a/lisp/repeat.el    2014-02-09 03:51:23 +0000
+++ b/lisp/repeat.el    2014-02-09 03:54:05 +0000
@@ -111,7 +111,9 @@
 Message is something like \"Repeating command glorp\".
 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.")
+displays it however you want.
+If this variable is nil, the normal `message' function will be
+used to display the messages.")
 
 (defcustom repeat-on-final-keystroke t
   "Allow `repeat' to re-execute for repeating lastchar of a key sequence.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]