* display.texi (Blinking): Clarify doc string in example.
Fixes: debbugs:10658
This commit is contained in:
parent
1e4a57ac6d
commit
981c3e4fcd
2 changed files with 3 additions and 1 deletions
|
@ -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).
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue