changeset 59571:04043e03826a

(indent-pp-sexp): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 15 Jan 2005 18:11:33 +0000
parents 3d6f4d8e0b8b
children 3cd31d377b69
files lisp/emacs-lisp/lisp-mode.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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