summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp-mode.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-01-15 18:11:33 +0000
committerRichard M. Stallman <rms@gnu.org>2005-01-15 18:11:33 +0000
commit5a77048aef1ab0dc4a18a02fbf852f4a509e9b93 (patch)
treedee0f5fb76e97b94d5dbfb1c3e2d27220af48a98 /lisp/emacs-lisp/lisp-mode.el
parent997690966921597b32ed2f0330df4890ecac1bb6 (diff)
downloademacs-5a77048aef1ab0dc4a18a02fbf852f4a509e9b93.tar.gz
emacs-5a77048aef1ab0dc4a18a02fbf852f4a509e9b93.tar.bz2
emacs-5a77048aef1ab0dc4a18a02fbf852f4a509e9b93.zip
(indent-pp-sexp): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp/lisp-mode.el')
-rw-r--r--lisp/emacs-lisp/lisp-mode.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el
index f4364c38e8d..f181f3683f0 100644
--- a/lisp/emacs-lisp/lisp-mode.el
+++ b/lisp/emacs-lisp/lisp-mode.el
@@ -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