Mercurial > emacs
changeset 104032:6813b59a55fa
(Matching): Update blink-matching-paren-distance.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 23 Jul 2009 02:51:22 +0000 |
parents | e5dc7eae1964 |
children | c726825761ee |
files | doc/emacs/ChangeLog doc/emacs/programs.texi |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/emacs/ChangeLog Thu Jul 23 00:36:49 2009 +0000 +++ b/doc/emacs/ChangeLog Thu Jul 23 02:51:22 2009 +0000 @@ -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,
--- a/doc/emacs/programs.texi Thu Jul 23 00:36:49 2009 +0000 +++ b/doc/emacs/programs.texi Thu Jul 23 02:51:22 2009 +0000 @@ -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 @@ 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