Mercurial > emacs
changeset 70001:11a1ce8b2fe4
(Fprin1_to_string): Mention in the `doc' that the behavior is modified by
`print-level' and `print-length'.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 13 Apr 2006 10:36:25 +0000 |
parents | 2960c72baf2a |
children | e753e12d2f33 |
files | src/print.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/print.c Thu Apr 13 07:07:52 2006 +0000 +++ b/src/print.c Thu Apr 13 10:36:25 2006 +0000 @@ -759,7 +759,8 @@ 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.