# HG changeset patch # User Eli Zaretskii # Date 985949976 0 # Node ID 8a3b16d6a5b0b849f6a62bfd11e2ee7468f64ad1 # Parent f4039f11318f78637d883dc9993b51f1d40c7ff8 (Fprin1, Fprin1_to_string, Fprinc, Fprint): Fix last change. diff -r f4039f11318f -r 8a3b16d6a5b0 src/print.c --- a/src/print.c Fri Mar 30 10:52:32 2001 +0000 +++ b/src/print.c Fri Mar 30 10:59:36 2001 +0000 @@ -700,7 +700,7 @@ Quoting characters are printed when needed to make output that `read'\n\ can handle, whenever this is possible.\n\ \n\ -OBJECT is any of the Lisp data types: a number, a a string, a symbol,\n\ +OBJECT is any of the Lisp data types: a number, a string, a symbol,\n\ a list, a buffer, a window, a frame, etc.\n\ \n\ A printed representation of an object is text which describes that object.\n\ @@ -742,7 +742,7 @@ that `read' can handle, whenever this is possible, unless the optional\n\ second argument NOESCAPE is non-nil.\n\ \n\ -OBJECT is any of the Lisp data types: a number, a a string, a symbol,\n\ +OBJECT is any of the Lisp data types: a number, a string, a symbol,\n\ a list, a buffer, a window, a frame, etc.\n\ \n\ A printed representation of an object is text which describes that object.") @@ -782,7 +782,7 @@ No quoting characters are used; no delimiters are printed around\n\ the contents of strings.\n\ \n\ -OBJECT is any of the Lisp data types: a number, a a string, a symbol,\n\ +OBJECT is any of the Lisp data types: a number, a string, a symbol,\n\ a list, a buffer, a window, a frame, etc.\n\ \n\ A printed representation of an object is text which describes that object.\n\ @@ -817,7 +817,7 @@ Quoting characters are printed when needed to make output that `read'\n\ can handle, whenever this is possible.\n\ \n\ -OBJECT is any of the Lisp data types: a number, a a string, a symbol,\n\ +OBJECT is any of the Lisp data types: a number, a string, a symbol,\n\ a list, a buffer, a window, a frame, etc.\n\ \n\ A printed representation of an object is text which describes that object.\n\