diff src/print.c @ 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 0c985ba42c84
children 12c0b536ecbe
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\