]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fprin1, Fprin1_to_string, Fprinc, Fprint): Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Fri, 30 Mar 2001 10:59:36 +0000 (10:59 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 30 Mar 2001 10:59:36 +0000 (10:59 +0000)
src/print.c

index cbb31310354fc3a2b5141b76e0b2ff9a54d5518f..95f8414b27fc5769a81f72b79176f47da0a68d4f 100644 (file)
@@ -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 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 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 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 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\