From: Gerd Moellmann Date: Tue, 24 Oct 2000 11:22:48 +0000 (+0000) Subject: (defun-prompt-regexp): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~629 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c7f18fbafdb5022ea0522f761189aa10783a555b;p=emacs.git (defun-prompt-regexp): Doc fix. --- diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index 4050cb52dfe..0cf4f0442dd 100644 --- a/lisp/emacs-lisp/lisp.el +++ b/lisp/emacs-lisp/lisp.el @@ -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)