emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116371: * display.texi (Blinking): Clarify doc stri


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116371: * display.texi (Blinking): Clarify doc string in example.
Date: Sun, 09 Feb 2014 05:22:10 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116371
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/10658
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sat 2014-02-08 21:20:54 -0800
message:
  * display.texi (Blinking): Clarify doc string in example.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/display.texi       
display.texi-20091113204419-o5vbwnq5f7feedwu-6172
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2014-02-09 04:19:52 +0000
+++ b/doc/lispref/ChangeLog     2014-02-09 05:20:54 +0000
@@ -1,5 +1,7 @@
 2014-02-09  Lars Ingebrigtsen  <address@hidden>
 
+       * display.texi (Blinking): Clarify doc string in example (bug#10658).
+
        * commands.texi (Accessing Mouse): Mention that these function
        also work on keyboard events (bug#14228).
        (Quitting): Refer to the right node for `set-input-mode' (bug#11458).

=== modified file 'doc/lispref/display.texi'
--- a/doc/lispref/display.texi  2014-02-08 05:32:54 +0000
+++ b/doc/lispref/display.texi  2014-02-09 05:20:54 +0000
@@ -5848,7 +5848,7 @@
 @smallexample
 @group
 (defun interactive-blink-matching-open ()
-  "Indicate momentarily the start of sexp before point."
+  "Indicate momentarily the start of parenthesized sexp before point."
   (interactive)
 @end group
 @group


reply via email to

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