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: Wed, 14 Nov 2001 14:18:36 -0500

Index: emacs/src/print.c
diff -u emacs/src/print.c:1.166 emacs/src/print.c:1.167
--- emacs/src/print.c:1.166     Tue Nov 13 19:08:47 2001
+++ emacs/src/print.c   Wed Nov 14 14:18:35 2001
@@ -702,7 +702,8 @@
 DEFUN ("prin1", Fprin1, Sprin1, 1, 2, 0,
        doc: /* Output the printed representation of OBJECT, any Lisp object.
 Quoting characters are printed when needed to make output that `read'
-can handle, whenever this is possible.
+can handle, whenever this is possible.  For complex objects, the behavior
+is controled 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.
@@ -819,7 +820,8 @@
 DEFUN ("print", Fprint, Sprint, 1, 2, 0,
        doc: /* Output the printed representation of OBJECT, with newlines 
around it.
 Quoting characters are printed when needed to make output that `read'
-can handle, whenever this is possible.
+can handle, whenever this is possible.  For complex objects, the behavior
+is controled 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]