summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-03-05 20:53:40 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-03-05 20:53:40 +0000
commit0fe5fef88575fc6aa1f6801fffb655978e41647f (patch)
tree73a400ccfee218395c068c1efc5593a11ffe1d6b /lisp
parentac311a80967bf277c1a81ffe606731ec1f0c0ce2 (diff)
downloademacs-0fe5fef88575fc6aa1f6801fffb655978e41647f.tar.gz
(parens-require-spaces): Doc fix.
Reported by Drew Adams <drew.adams@oracle.com>.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emacs-lisp/lisp.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el
index dbb5808d6dc..4fd6fe7a17f 100644
--- a/lisp/emacs-lisp/lisp.el
+++ b/lisp/emacs-lisp/lisp.el
@@ -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)