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:
parent
df0267b85b
commit
c7f18fbafd
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue