1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08: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 (defcustom defun-prompt-regexp nil
"*If non-nil, a regexp to ignore before the character that starts a defun. "*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. 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) :type '(choice (const nil)
regexp) regexp)
:group 'lisp) :group 'lisp)