]> code.delx.au - gnu-emacs/commitdiff
(Fprin1_to_string): Mention in the `doc' that the behavior is modified by
authorEli Zaretskii <eliz@gnu.org>
Thu, 13 Apr 2006 10:36:25 +0000 (10:36 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 13 Apr 2006 10:36:25 +0000 (10:36 +0000)
`print-level' and `print-length'.

src/print.c

index 3a286361a8cd06ee9d9ac3b154def7639e7b1ea3..4a79ad19d0059822fcd37f7bb4730827c0d98ece 100644 (file)
@@ -759,7 +759,8 @@ DEFUN ("prin1-to-string", Fprin1_to_string, Sprin1_to_string, 1, 2, 0,
        doc: /* Return a string containing the printed representation of OBJECT.
 OBJECT can be any Lisp object.  This function outputs quoting characters
 when necessary to make output that `read' can handle, whenever possible,
-unless the optional second argument NOESCAPE is non-nil.
+unless the optional second argument NOESCAPE is non-nil.  For complex objects,
+the behavior is controlled by `print-level' and `print-length', which see.
 
 OBJECT is any of the Lisp data types: a number, a string, a symbol,
 a list, a buffer, a window, a frame, etc.