emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116766: Update `blink-matching-paren' in the manual


From: Dmitry Gutov
Subject: [Emacs-diffs] trunk r116766: Update `blink-matching-paren' in the manual
Date: Sat, 15 Mar 2014 03:07:19 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116766
revision-id: address@hidden
parent: address@hidden
committer: Dmitry Gutov <address@hidden>
branch nick: trunk
timestamp: Sat 2014-03-15 05:07:06 +0200
message:
  Update `blink-matching-paren' in the manual
  
  * doc/emacs/programs.texi (Matching): Update WRT to the new
  `blink-matchin-paren' behavior.
  
  * doc/lispref/display.texi (Blinking): Update WRT to the new
  `blink-matchin-paren' behavior.
modified:
  doc/emacs/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-6227
  doc/emacs/programs.texi        
programs.texi-20091113204419-o5vbwnq5f7feedwu-6272
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/display.texi       
display.texi-20091113204419-o5vbwnq5f7feedwu-6172
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2014-03-13 05:27:28 +0000
+++ b/doc/emacs/ChangeLog       2014-03-15 03:07:06 +0000
@@ -1,3 +1,8 @@
+2014-03-15  Dmitry Gutov  <address@hidden>
+
+       * programs.texi (Matching): Update WRT to the new
+       `blink-matchin-paren' behavior.
+
 2014-03-13  Paul Eggert  <address@hidden>
 
        * mule.texi (International, Language Environments): Update

=== modified file 'doc/emacs/programs.texi'
--- a/doc/emacs/programs.texi   2014-02-28 03:02:50 +0000
+++ b/doc/emacs/programs.texi   2014-03-15 03:07:06 +0000
@@ -813,13 +813,13 @@
 @itemize @bullet
 @item
 @code{blink-matching-paren} turns the feature on or off: @code{nil}
-disables it, but the default is @code{t} to enable it.
+disables it, but the default is @code{t} to enable it.  Set it to
address@hidden to make indication work through cursor movement.
 
 @item
address@hidden says how many seconds to leave the cursor
-on the matching opening delimiter, before bringing it back to the real
-location of point.  This may be an integer or floating-point number;
-the default is 1.
address@hidden says how many seconds to keep indicating
+the matching opening delimiter.  This may be an integer or
+floating-point number; the default is 1.
 
 @item
 @code{blink-matching-paren-distance} specifies how many characters

=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2014-03-14 10:38:46 +0000
+++ b/doc/lispref/ChangeLog     2014-03-15 03:07:06 +0000
@@ -1,3 +1,8 @@
+2014-03-15  Dmitry Gutov  <address@hidden>
+
+       * display.texi (Blinking): Update WRT to the new
+       `blink-matchin-paren' behavior.
+
 2014-03-14  Martin Rudalics  <address@hidden>
 
        * display.texi (Temporary Displays): Say that

=== modified file 'doc/lispref/display.texi'
--- a/doc/lispref/display.texi  2014-03-14 10:38:46 +0000
+++ b/doc/lispref/display.texi  2014-03-15 03:07:06 +0000
@@ -5957,18 +5957,19 @@
 @end defopt
 
 @defopt blink-matching-delay
-This variable specifies the number of seconds for the cursor to remain
-at the matching parenthesis.  A fraction of a second often gives
-good results, but the default is 1, which works on all systems.
+This variable specifies the number of seconds to keep indicating the
+matching parenthesis.  A fraction of a second often gives good
+results, but the default is 1, which works on all systems.
 @end defopt
 
 @deffn Command blink-matching-open
 This function is the default value of @code{blink-paren-function}.  It
-assumes that point follows a character with close parenthesis syntax and
-moves the cursor momentarily to the matching opening character.  If that
-character is not already on the screen, it displays the character's
-context in the echo area.  To avoid long delays, this function does not
-search farther than @code{blink-matching-paren-distance} characters.
+assumes that point follows a character with close parenthesis syntax
+and applies the appropriate effect momentarily to the matching opening
+character.  If that character is not already on the screen, it
+displays the character's context in the echo area.  To avoid long
+delays, this function does not search farther than
address@hidden characters.
 
 Here is an example of calling this function explicitly.
 

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2014-03-14 18:29:43 +0000
+++ b/etc/NEWS  2014-03-15 03:07:06 +0000
@@ -423,6 +423,7 @@
 This searches the region for identical lines, and removes all but one
 copy of each repeated line.  The lines need not be sorted.
 
++++
 ** `blink-matching-paren' now only highlights the matching open-paren
 by default, instead of moving cursor.  Set this variable to `jump' to
 enable the old behavior.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]