]> git.eshelyaron.com Git - emacs.git/commitdiff
(defun-prompt-regexp): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Tue, 24 Oct 2000 11:22:48 +0000 (11:22 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 24 Oct 2000 11:22:48 +0000 (11:22 +0000)
lisp/emacs-lisp/lisp.el

index 4050cb52dfef70f85b237073d5de52935ad0d88d..0cf4f0442dd4438e01c476c2e4dc891d9359df65 100644 (file)
@@ -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)