]> git.eshelyaron.com Git - emacs.git/commitdiff
Update the missed spot
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 16 Mar 2014 02:42:15 +0000 (04:42 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 16 Mar 2014 02:42:15 +0000 (04:42 +0200)
* doc/emacs/programs.texi (Matching): Update the missed spot.

Fixes: debbugs:17008
doc/emacs/ChangeLog
doc/emacs/programs.texi

index bef70ec718186261d1072396f24aadccadb5b000..34679b8ba1d83c1b12f67e787d3a8cee41ee1cb4 100644 (file)
@@ -1,3 +1,7 @@
+2014-03-16  Dmitry Gutov  <dgutov@yandex.ru>
+
+       * programs.texi (Matching): Update the missed spot.  (Bug#17008)
+
 2014-03-15  Dmitry Gutov  <dgutov@yandex.ru>
 
        * programs.texi (Matching): Update WRT to the new
index 4b2a96c9b245e8c8923b8cbc64328c7ad0d5f63e..55031e673dce88e91198457bdc5508a86af3741c 100644 (file)
@@ -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