From c7f18fbafdb5022ea0522f761189aa10783a555b Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 24 Oct 2000 11:22:48 +0000 Subject: [PATCH] (defun-prompt-regexp): Doc fix. --- lisp/emacs-lisp/lisp.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 2.39.2