changeset 80281:23b73185c50a

(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:53:40 +0000
parents 8ec3b112ec98
children b4445f71b579
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:53:01 2008 +0000
+++ b/lisp/emacs-lisp/lisp.el	Wed Mar 05 20:53:40 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)