diff lisp/simple.el @ 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 942d4ce7c22d
children 0a6b52c97d53
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