> From: "Richard M. Stallman" <[EMAIL PROTECTED]>
> Date: Fri, 26 Aug 2005 23:41:35 -0400
> Cc: emacs-devel@gnu.org
>
> (defcustom blink-matching-paren-distance (* 25 1024)
>"*If non-nil, is maximum distance to search for matching open-paren.
>
> If nil, search stops at the begin
(defcustom blink-matching-paren-distance (* 25 1024)
"*If non-nil, is maximum distance to search for matching open-paren.
If nil, search stops at the begin of the accessible portion of the buffer."
:type '(choice (const nil) integer)
:group 'paren-blinking)
That seems