(Matching): Update blink-matching-paren-distance.

This commit is contained in:
Glenn Morris 2009-07-23 02:51:22 +00:00
parent 100b635576
commit 324a4f6ad8
2 changed files with 7 additions and 2 deletions

View 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,

View 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