]> git.eshelyaron.com Git - emacs.git/commitdiff
(indent-pp-sexp): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 15 Jan 2005 18:11:33 +0000 (18:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 15 Jan 2005 18:11:33 +0000 (18:11 +0000)
lisp/emacs-lisp/lisp-mode.el

index f4364c38e8dd5009a7b2be696b6ebb7e16dd84ca..f181f3683f0b57d3e5f58443c4909a121cfb5a28 100644 (file)
@@ -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