From a0255b0827e415e4342415a67d74d8d17a9db686 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 5 Mar 2008 20:53:40 +0000 Subject: [PATCH] (parens-require-spaces): Doc fix. Reported by Drew Adams . --- lisp/emacs-lisp/lisp.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index dbb5808d6dc..4fd6fe7a17f 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) -- 2.39.2