diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-03-05 20:54:56 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-03-05 20:54:56 +0000 |
commit | becc67882c4f15da457dd941718b12514b7371fc (patch) | |
tree | 37a8d7d9780f9bdfea2ece85db2af022d022ca3f /lisp/emacs-lisp | |
parent | c8dd51497d2e5d9e812a871dcd0bb65d552b8418 (diff) | |
download | emacs-becc67882c4f15da457dd941718b12514b7371fc.tar.gz |
(parens-require-spaces): Doc fix.
Reported by Drew Adams <drew.adams@oracle.com>.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/lisp.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index 1cb40597789..2829be961ca 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) |