summaryrefslogtreecommitdiff
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
commita0255b0827e415e4342415a67d74d8d17a9db686 (patch)
treedfc55393b73816663bbc5da06e16bc6e9c771974
parentb7329bff76ffd982d8db688a4e2a391192474242 (diff)
downloademacs-a0255b0827e415e4342415a67d74d8d17a9db686.tar.gz
(parens-require-spaces): Doc fix.
Reported by Drew Adams <drew.adams@oracle.com>.
-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)