# HG changeset patch # User Gerd Moellmann # Date 972386568 0 # Node ID 0d7e64a107e661e9a61c9320c202569463de386c # Parent a6d2c5625cf96e3bf83b7d7212035cd3c241533b (defun-prompt-regexp): Doc fix. diff -r a6d2c5625cf9 -r 0d7e64a107e6 lisp/emacs-lisp/lisp.el --- a/lisp/emacs-lisp/lisp.el Tue Oct 24 11:05:37 2000 +0000 +++ b/lisp/emacs-lisp/lisp.el Tue Oct 24 11:22:48 2000 +0000 @@ -33,7 +33,9 @@ (defcustom defun-prompt-regexp nil "*If non-nil, a regexp to ignore before the character that starts a defun. This is only necessary if the opening paren or brace is not in column 0. -See function `beginning-of-defun'." +See function `beginning-of-defun'. + +Setting this variable automatically makes it local to the current buffer." :type '(choice (const nil) regexp) :group 'lisp)