diff options
| author | Chong Yidong | 2008-03-05 20:54:56 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-03-05 20:54:56 +0000 |
| commit | becc67882c4f15da457dd941718b12514b7371fc (patch) | |
| tree | 37a8d7d9780f9bdfea2ece85db2af022d022ca3f | |
| parent | c8dd51497d2e5d9e812a871dcd0bb65d552b8418 (diff) | |
| download | emacs-becc67882c4f15da457dd941718b12514b7371fc.tar.gz emacs-becc67882c4f15da457dd941718b12514b7371fc.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 1cb40597789..2829be961ca 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 | ||