emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104865: * streams.texi (Output Funct


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104865: * streams.texi (Output Functions): Document `pp'.
Date: Sat, 02 Jul 2011 15:08:07 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104865
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sat 2011-07-02 15:08:07 +0200
message:
  * streams.texi (Output Functions): Document `pp'.
modified:
  doc/lispref/ChangeLog
  doc/lispref/streams.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2011-06-25 18:21:00 +0000
+++ b/doc/lispref/ChangeLog     2011-07-02 13:08:07 +0000
@@ -1,3 +1,7 @@
+2011-07-02  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * streams.texi (Output Functions): Document `pp'.
+
 2011-06-25  Chong Yidong  <address@hidden>
 
        * keymaps.texi (Searching Keymaps):

=== modified file 'doc/lispref/streams.texi'
--- a/doc/lispref/streams.texi  2011-01-25 04:08:28 +0000
+++ b/doc/lispref/streams.texi  2011-07-02 13:08:07 +0000
@@ -684,6 +684,12 @@
 returns @code{"The buffer is foo"}.
 @end defmac
 
address@hidden pp object &optional stream
+This function outputs @var{object} to @var{stream}, just like
address@hidden, but does it in a more ``pretty'' way.  That is, it'll
+indent and fill the object to make it more readable for humans.
address@hidden defun
+
 @node Output Variables
 @section Variables Affecting Output
 @cindex output-controlling variables


reply via email to

[Prev in Thread] Current Thread [Next in Thread]