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

lisp/emacs-lisp/lisp.el

index 1cb405977899489e0889c995c1df6d7c13295713..2829be961ca6501c5a46610292e8e3e100fe0dff 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)