changeset 32814:0d7e64a107e6

(defun-prompt-regexp): Doc fix.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 24 Oct 2000 11:22:48 +0000
parents a6d2c5625cf9
children 2359a616d429
files lisp/emacs-lisp/lisp.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)