From 3c062f186d04134c26535544c55a4ad7b14a3d85 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 30 Mar 2001 10:59:36 +0000 Subject: [PATCH] (Fprin1, Fprin1_to_string, Fprinc, Fprint): Fix last change. --- src/print.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/print.c b/src/print.c index cbb31310354..95f8414b27f 100644 --- a/src/print.c +++ b/src/print.c @@ -700,7 +700,7 @@ DEFUN ("prin1", Fprin1, Sprin1, 1, 2, 0, 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 @@ any Lisp object. Quoting characters are used when needed to make output\n\ 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 @@ DEFUN ("princ", Fprinc, Sprinc, 1, 2, 0, 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 @@ DEFUN ("print", Fprint, Sprint, 1, 2, 0, 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\ -- 2.39.2