diff options
| author | Chong Yidong | 2008-03-05 20:53:40 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-03-05 20:53:40 +0000 |
| commit | a0255b0827e415e4342415a67d74d8d17a9db686 (patch) | |
| tree | dfc55393b73816663bbc5da06e16bc6e9c771974 | |
| parent | b7329bff76ffd982d8db688a4e2a391192474242 (diff) | |
| download | emacs-a0255b0827e415e4342415a67d74d8d17a9db686.tar.gz emacs-a0255b0827e415e4342415a67d74d8d17a9db686.zip | |
(parens-require-spaces): Doc fix.
Reported by Drew Adams <drew.adams@oracle.com>.
| -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 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. |
| 45 | This affects `insert-parentheses' and `insert-pair'." | ||
| 45 | :type 'boolean | 46 | :type 'boolean |
| 46 | :group 'lisp) | 47 | :group 'lisp) |
| 47 | 48 | ||