summaryrefslogtreecommitdiff
path: root/doc/emacs
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-07-23 02:51:22 +0000
committerGlenn Morris <rgm@gnu.org>2009-07-23 02:51:22 +0000
commit324a4f6ad822bbbdb56f2ec94e70c99997d4a304 (patch)
treef3bdbe274f55baee22209b134f40c9e594d5eca0 /doc/emacs
parent100b635576e4075dd48aac63b3e460cf5143777d (diff)
downloademacs-324a4f6ad822bbbdb56f2ec94e70c99997d4a304.tar.gz
emacs-324a4f6ad822bbbdb56f2ec94e70c99997d4a304.tar.bz2
emacs-324a4f6ad822bbbdb56f2ec94e70c99997d4a304.zip
(Matching): Update blink-matching-paren-distance.
Diffstat (limited to 'doc/emacs')
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/programs.texi5
2 files changed, 7 insertions, 2 deletions
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 <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,
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