comparison lisp/emacs-lisp/lisp.el @ 80281:23b73185c50a

(parens-require-spaces): Doc fix. Reported by Drew Adams <drew.adams@oracle.com>.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 05 Mar 2008 20:53:40 +0000
parents 78ee6fae0e41
children
comparison
equal deleted inserted replaced
80280:8ec3b112ec98 80281:23b73185c50a
39 regexp) 39 regexp)
40 :group 'lisp) 40 :group 'lisp)
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
48 (defvar forward-sexp-function nil 49 (defvar forward-sexp-function nil
49 "If non-nil, `forward-sexp' delegates to this function. 50 "If non-nil, `forward-sexp' delegates to this function.