From 981c3e4fcdefe1a024b8cc424a6b9dcaf1fc5fe7 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 8 Feb 2014 21:20:54 -0800 Subject: [PATCH] * display.texi (Blinking): Clarify doc string in example. Fixes: debbugs:10658 --- doc/lispref/ChangeLog | 2 ++ doc/lispref/display.texi | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.2