mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
(defun-prompt-regexp): Doc fix.
This commit is contained in:
parent
9f145434cc
commit
7fe78b07bc
@ -27,8 +27,11 @@
|
||||
|
||||
;;; Code:
|
||||
|
||||
;; Note that this variable is used by non-lisp modes too.
|
||||
(defvar defun-prompt-regexp nil
|
||||
"*Non-nil => regexp to ignore, before the `(' that starts a defun.")
|
||||
"*Non-nil => 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 `beginning-of-defun'.")
|
||||
|
||||
(defvar parens-require-spaces t
|
||||
"Non-nil => `insert-parentheses' should insert whitespace as needed.")
|
||||
|
Loading…
Reference in New Issue
Block a user