From: Glenn Morris Date: Thu, 23 Jul 2009 02:51:22 +0000 (+0000) Subject: (Matching): Update blink-matching-paren-distance. X-Git-Tag: emacs-pretest-23.1.90~2058 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=324a4f6ad822bbbdb56f2ec94e70c99997d4a304;p=emacs.git (Matching): Update blink-matching-paren-distance. --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 58d0a2db38f..47bda92af44 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2009-07-23 Glenn Morris + + * programs.texi (Matching): Update blink-matching-paren-distance. + 2009-07-21 Chong Yidong * frames.texi (Cut/Paste Other App): For select-active-regions, diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index 14db8276784..babfdbe8497 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi @@ -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