1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

(defun-prompt-regexp): Doc fix.

This commit is contained in:
Gerd Moellmann 2000-10-24 11:22:48 +00:00
parent df0267b85b
commit c7f18fbafd

View 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)