aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/lisp.el3
1 files changed, 2 insertions, 1 deletions
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'."
41(make-variable-buffer-local 'defun-prompt-regexp) 41(make-variable-buffer-local 'defun-prompt-regexp)
42 42
43(defcustom parens-require-spaces t 43(defcustom parens-require-spaces t
44 "If non-nil, `insert-parentheses' inserts whitespace as needed." 44 "If non-nil, add whitespace as needed when inserting parentheses.
45This affects `insert-parentheses' and `insert-pair'."
45 :type 'boolean 46 :type 'boolean
46 :group 'lisp) 47 :group 'lisp)
47 48