# HG changeset patch # User Richard M. Stallman # Date 1105812693 0 # Node ID 04043e03826ab7e44e427a0e1d8a38260857553b # Parent 3d6f4d8e0b8b2c73dbb035aa181cf35d41099248 (indent-pp-sexp): Doc fix. diff -r 3d6f4d8e0b8b -r 04043e03826a lisp/emacs-lisp/lisp-mode.el --- a/lisp/emacs-lisp/lisp-mode.el Sat Jan 15 18:10:59 2005 +0000 +++ b/lisp/emacs-lisp/lisp-mode.el Sat Jan 15 18:11:33 2005 +0000 @@ -1125,7 +1125,8 @@ (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