From: Chong Yidong Date: Wed, 5 Mar 2008 20:54:56 +0000 (+0000) Subject: (parens-require-spaces): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~7435 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=becc67882c4f15da457dd941718b12514b7371fc;p=emacs.git (parens-require-spaces): Doc fix. Reported by Drew Adams . --- 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)