Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5a77048a
Commit
5a77048a
authored
Jan 15, 2005
by
Richard M. Stallman
Browse files
(indent-pp-sexp): Doc fix.
parent
99769096
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/emacs-lisp/lisp-mode.el
lisp/emacs-lisp/lisp-mode.el
+2
-1
No files found.
lisp/emacs-lisp/lisp-mode.el
View file @
5a77048a
...
...
@@ -1125,7 +1125,8 @@ ENDPOS is encountered."
(
set-marker
endmark
nil
))))
(
defun
indent-pp-sexp
(
&optional
arg
)
"Indent each line of the list or, with prefix ARG, pretty-printify the list."
"Indent each line of the list starting just after point, or prettyprint it.
A prefix argument specifies pretty-printing."
(
interactive
"P"
)
(
if
arg
(
save-excursion
...
...
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