]> git.eshelyaron.com Git - emacs.git/commitdiff
(Matching): Update blink-matching-paren-distance.
authorGlenn Morris <rgm@gnu.org>
Thu, 23 Jul 2009 02:51:22 +0000 (02:51 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 23 Jul 2009 02:51:22 +0000 (02:51 +0000)
doc/emacs/ChangeLog
doc/emacs/programs.texi

index 58d0a2db38f0c99c9b32367fdc4e3c8780de341f..47bda92af443afdce8ea266a6b5f51d3378bcddd 100644 (file)
@@ -1,3 +1,7 @@
+2009-07-23  Glenn Morris  <rgm@gnu.org>
+
+       * programs.texi (Matching): Update blink-matching-paren-distance.
+
 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
 
        * frames.texi (Cut/Paste Other App): For select-active-regions,
index 14db827678409f7f1b76d0db2cafe50d1c48acf1..babfdbe8497272d2d13b86f79ea63c95db31cae7 100644 (file)
@@ -1,6 +1,7 @@
 @c This is part of the Emacs manual.
 @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000,
-@c   2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+@c   2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+@c   Free Software Foundation, Inc.
 @c See file emacs.texi for copying conditions.
 @node Programs, Building, Text, Top
 @chapter Editing Programs
@@ -849,7 +850,7 @@ is useful to specify a fraction of a second.
 back to search to find the matching opening delimiter.  If the match
 is not found in that distance, scanning stops, and nothing is displayed.
 This is to prevent the scan for the matching delimiter from wasting
-lots of time when there is no match.  The default is 25600.
+lots of time when there is no match.  The default is 102400.
 
 @cindex Show Paren mode
 @cindex highlighting matching parentheses