emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116362: * repeat.el (repeat-message-function): Rewo


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116362: * repeat.el (repeat-message-function): Reword doc slightly.
Date: Sun, 09 Feb 2014 03:52:34 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116362
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:51:23 -0800
message:
  * repeat.el (repeat-message-function): Reword doc slightly.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/repeat.el                 repeat.el-20091113204419-o5vbwnq5f7feedwu-1276
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-09 03:49:02 +0000
+++ b/lisp/ChangeLog    2014-02-09 03:51:23 +0000
@@ -1,5 +1,7 @@
 2014-02-09  Lars Ingebrigtsen  <address@hidden>
 
+       * 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.
 

=== modified file 'lisp/repeat.el'
--- a/lisp/repeat.el    2014-01-01 07:43:34 +0000
+++ b/lisp/repeat.el    2014-02-09 03:51:23 +0000
@@ -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.


reply via email to

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