From: Lars Ingebrigtsen Date: Sun, 9 Feb 2014 05:20:54 +0000 (-0800) Subject: * display.texi (Blinking): Clarify doc string in example. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~65 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=981c3e4fcdefe1a024b8cc424a6b9dcaf1fc5fe7;p=emacs.git * display.texi (Blinking): Clarify doc string in example. Fixes: debbugs:10658 --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index e24777736b8..68ce030e393 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,5 +1,7 @@ 2014-02-09 Lars Ingebrigtsen + * 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). diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 4297ba22451..c4c2c13d3d2 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -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