]> code.delx.au - gnu-emacs/blobdiff - doc/emacs/programs.texi
Tweak previous NEWS change
[gnu-emacs] / doc / emacs / programs.texi
index 8cc2f713c4b319117f896261c794ae31652790c7..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
@@ -814,7 +814,8 @@ as in @samp{[x)}---a warning message is displayed in the echo area.
 @item
 @code{blink-matching-paren} turns the feature on or off: @code{nil}
 disables it, but the default is @code{t} to enable it.  Set it to
-@code{jump} to make indication work through cursor movement.
+@code{jump} to make indication work by momentarily moving the cursor
+to the matching opening delimiter.
 
 @item
 @code{blink-matching-delay} says how many seconds to keep indicating