diff lisp/emacs-lisp/lisp-mode.el @ 59571:04043e03826a

(indent-pp-sexp): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 15 Jan 2005 18:11:33 +0000
parents b1bdc11085c9
children c4bcae7d90b4 cb67264d6096
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