(parens-require-spaces): Doc fix.
Reported by Drew Adams <drew.adams@oracle.com>.
This commit is contained in:
parent
c8dd51497d
commit
becc67882c
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ See function `beginning-of-defun'."
|
|||
(make-variable-buffer-local 'defun-prompt-regexp)
|
||||
|
||||
(defcustom parens-require-spaces t
|
||||
"If non-nil, `insert-parentheses' inserts whitespace as needed."
|
||||
"If non-nil, add whitespace as needed when inserting parentheses.
|
||||
This affects `insert-parentheses' and `insert-pair'."
|
||||
:type 'boolean
|
||||
:group 'lisp)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue