/[emacs]/emacs/lisp/simple.el
ViewVC logotype

Diff of /emacs/lisp/simple.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.745 by dann, Mon Aug 15 17:23:50 2005 UTC revision 1.746 by eliz, Sat Aug 27 12:30:36 2005 UTC
# Line 4207  when it is off screen)." Line 4207  when it is off screen)."
4207    :group 'paren-blinking)    :group 'paren-blinking)
4208    
4209  (defcustom blink-matching-paren-distance (* 25 1024)  (defcustom blink-matching-paren-distance (* 25 1024)
4210    "*If non-nil, is maximum distance to search for matching open-paren."    "*If non-nil, maximum distance to search backwards for matching open-paren.
4211    :type 'integer  If nil, search stops at the beginning of the accessible portion of the buffer."
4212      :type '(choice (const nil) integer)
4213    :group 'paren-blinking)    :group 'paren-blinking)
4214    
4215  (defcustom blink-matching-delay 1  (defcustom blink-matching-delay 1

Legend:
Removed from v.1.745  
changed lines
  Added in v.1.746

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26