(parens-require-spaces): Doc fix.

Reported by Drew Adams <drew.adams@oracle.com>.
This commit is contained in:
Chong Yidong 2008-03-05 20:54:56 +00:00
parent c8dd51497d
commit becc67882c

View file

@ -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)