From: Dmitry Gutov Date: Sun, 16 Mar 2014 02:42:15 +0000 (+0200) Subject: Update the missed spot X-Git-Tag: emacs-24.3.90~179 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ea9a62b8e563b5bbc5b8fa3d2fedab9f2a35030;p=emacs.git Update the missed spot * doc/emacs/programs.texi (Matching): Update the missed spot. Fixes: debbugs:17008 --- 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