From: Richard M. Stallman Date: Sat, 15 Jan 2005 18:11:33 +0000 (+0000) Subject: (indent-pp-sexp): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~2730 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a77048aef1ab0dc4a18a02fbf852f4a509e9b93;p=emacs.git (indent-pp-sexp): Doc fix. --- 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