summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp.el
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-10-24 11:22:48 +0000
committerGerd Moellmann <gerd@gnu.org>2000-10-24 11:22:48 +0000
commitc7f18fbafdb5022ea0522f761189aa10783a555b (patch)
tree3ad216f825c5c2f200b76dc057c22a0a80d9cf90 /lisp/emacs-lisp/lisp.el
parentdf0267b85b4ad81442b0defbc54c886eb5064476 (diff)
downloademacs-c7f18fbafdb5022ea0522f761189aa10783a555b.tar.gz
emacs-c7f18fbafdb5022ea0522f761189aa10783a555b.tar.bz2
emacs-c7f18fbafdb5022ea0522f761189aa10783a555b.zip
(defun-prompt-regexp): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp/lisp.el')
-rw-r--r--lisp/emacs-lisp/lisp.el4
1 files changed, 3 insertions, 1 deletions
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)