(defun-prompt-regexp): Doc fix.
This commit is contained in:
parent
9f145434cc
commit
7fe78b07bc
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue