Mercurial > emacs
changeset 37088:8a3b16d6a5b0
(Fprin1, Fprin1_to_string, Fprinc, Fprint): Fix last change.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 30 Mar 2001 10:59:36 +0000 |
parents | f4039f11318f |
children | 4c8184656a19 |
files | src/print.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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\