emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/print.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/print.c
Date: Thu, 13 Apr 2006 10:36:25 +0000

Index: emacs/src/print.c
diff -u emacs/src/print.c:1.221 emacs/src/print.c:1.222
--- emacs/src/print.c:1.221     Sat Mar 25 17:58:37 2006
+++ emacs/src/print.c   Thu Apr 13 10:36:25 2006
@@ -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.




reply via email to

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