]> git.eshelyaron.com Git - emacs.git/commitdiff
(parens-require-spaces): Doc fix.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 5 Mar 2008 20:53:40 +0000 (20:53 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 5 Mar 2008 20:53:40 +0000 (20:53 +0000)
Reported by Drew Adams <drew.adams@oracle.com>.

lisp/emacs-lisp/lisp.el

index dbb5808d6dc5249ed7e28ae849992c6b9e676125..4fd6fe7a17f0d77fbce5aacd4f52a5b2f8e02648 100644 (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)