Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a0255b08
Commit
a0255b08
authored
Mar 05, 2008
by
Chong Yidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(parens-require-spaces): Doc fix.
Reported by Drew Adams <drew.adams@oracle.com>.
parent
b7329bff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/emacs-lisp/lisp.el
lisp/emacs-lisp/lisp.el
+2
-1
No files found.
lisp/emacs-lisp/lisp.el
View file @
a0255b08
...
...
@@ -41,7 +41,8 @@ See function `beginning-of-defun'."
(
make-variable-buffer-local
'defun-prompt-regexp
)
(
defcustom
parens-require-spaces
t
"If non-nil, `insert-parentheses' inserts whitespace as needed."
"If non-nil, add whitespace as needed when inserting parentheses.
This affects `insert-parentheses' and `insert-pair'."
:type
'boolean
:group
'lisp
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment