changeset 65173:9398f33d6515

(blink-matching-paren-distance): Document the meaning of nil value, and allow to customize to nil.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 27 Aug 2005 12:30:36 +0000
parents 0e4df13dd5ba
children e388d9089476
files lisp/simple.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Sat Aug 27 12:23:22 2005 +0000
+++ b/lisp/simple.el	Sat Aug 27 12:30:36 2005 +0000
@@ -4207,8 +4207,9 @@
   :group 'paren-blinking)
 
 (defcustom blink-matching-paren-distance (* 25 1024)
-  "*If non-nil, is maximum distance to search for matching open-paren."
-  :type 'integer
+  "*If non-nil, maximum distance to search backwards for matching open-paren.
+If nil, search stops at the beginning of the accessible portion of the buffer."
+  :type '(choice (const nil) integer)
   :group 'paren-blinking)
 
 (defcustom blink-matching-delay 1