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