Variable: parens-require-spaces

parens-require-spaces is a customizable variable defined in lisp.el.gz.

Value

t

Documentation

If non-nil, add whitespace as needed when inserting parentheses.

This affects insert-parentheses and insert-pair.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/lisp.el.gz
(defcustom parens-require-spaces t
  "If non-nil, add whitespace as needed when inserting parentheses.
This affects `insert-parentheses' and `insert-pair'."
  :type 'boolean
  :group 'lisp)