]> git.eshelyaron.com Git - emacs.git/commitdiff
* display.texi (Blinking): Clarify doc string in example.
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 9 Feb 2014 05:20:54 +0000 (21:20 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 9 Feb 2014 05:20:54 +0000 (21:20 -0800)
Fixes: debbugs:10658
doc/lispref/ChangeLog
doc/lispref/display.texi

index e24777736b84ab51a31343aebb5842cd0256faf1..68ce030e393e5da8ff7f25d6f2d26e40b4bb9e78 100644 (file)
@@ -1,5 +1,7 @@
 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
 
+       * 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).
index 4297ba22451939db158fb1c2b4c24c68c813c0eb..c4c2c13d3d28ae0adad93c72ca713f316a97511c 100644 (file)
@@ -5848,7 +5848,7 @@ Here is an example of calling this function explicitly.
 @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