diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-01-15 18:11:33 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-01-15 18:11:33 +0000 |
commit | 5a77048aef1ab0dc4a18a02fbf852f4a509e9b93 (patch) | |
tree | dee0f5fb76e97b94d5dbfb1c3e2d27220af48a98 /lisp/emacs-lisp/lisp-mode.el | |
parent | 997690966921597b32ed2f0330df4890ecac1bb6 (diff) | |
download | emacs-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.el | 3 |
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 |