From 7ea9a62b8e563b5bbc5b8fa3d2fedab9f2a35030 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Sun, 16 Mar 2014 04:42:15 +0200 Subject: [PATCH] Update the missed spot * doc/emacs/programs.texi (Matching): Update the missed spot. Fixes: debbugs:17008 --- doc/emacs/ChangeLog | 4 ++++ doc/emacs/programs.texi | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index bef70ec7181..34679b8ba1d 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2014-03-16 Dmitry Gutov + + * programs.texi (Matching): Update the missed spot. (Bug#17008) + 2014-03-15 Dmitry Gutov * programs.texi (Matching): Update WRT to the new diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index 4b2a96c9b24..55031e673dc 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi @@ -798,12 +798,12 @@ make it easy to see how and whether parentheses (or other delimiters) match up. Whenever you type a self-inserting character that is a closing -delimiter, the cursor moves momentarily to the location of the -matching opening delimiter, provided that is on the screen. If it is -not on the screen, Emacs displays some of the text near it in the echo -area. Either way, you can tell which grouping you are closing off. -If the opening delimiter and closing delimiter are mismatched---such -as in @samp{[x)}---a warning message is displayed in the echo area. +delimiter, Emacs briefly indicates the location of the matching +opening delimiter, provided that is on the screen. If it is not on +the screen, Emacs displays some of the text near it in the echo area. +Either way, you can tell which grouping you are closing off. If the +opening delimiter and closing delimiter are mismatched---such as in +@samp{[x)}---a warning message is displayed in the echo area. @vindex blink-matching-paren @vindex blink-matching-paren-distance -- 2.11.4.GIT