(parens-require-spaces): Doc fix.

Reported by Drew Adams <drew.adams@oracle.com>.
This commit is contained in:
Chong Yidong 2008-03-05 20:53:40 +00:00
parent b7329bff76
commit a0255b0827

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)