changeset 92519:5ce65481d860

(parens-require-spaces): Doc fix. Reported by Drew Adams <drew.adams@oracle.com>.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 05 Mar 2008 20:54:56 +0000
parents f11cadd472fe
children c82386f89353
files lisp/emacs-lisp/lisp.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp.el	Wed Mar 05 20:54:46 2008 +0000
+++ b/lisp/emacs-lisp/lisp.el	Wed Mar 05 20:54:56 2008 +0000
@@ -41,7 +41,8 @@
 (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)