aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2001-03-30 10:59:36 +0000
committerEli Zaretskii2001-03-30 10:59:36 +0000
commit3c062f186d04134c26535544c55a4ad7b14a3d85 (patch)
tree7d6c7fc41a5b8744a3c9f334f38e5aea4af57803 /src
parent2cd8b7f6ec9a2f7fd1b7735875c8f2fdfe09d81a (diff)
downloademacs-3c062f186d04134c26535544c55a4ad7b14a3d85.tar.gz
emacs-3c062f186d04134c26535544c55a4ad7b14a3d85.zip
(Fprin1, Fprin1_to_string, Fprinc, Fprint): Fix last change.
Diffstat (limited to 'src')
-rw-r--r--src/print.c8
1 files 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,
700Quoting characters are printed when needed to make output that `read'\n\ 700Quoting characters are printed when needed to make output that `read'\n\
701can handle, whenever this is possible.\n\ 701can handle, whenever this is possible.\n\
702\n\ 702\n\
703OBJECT is any of the Lisp data types: a number, a a string, a symbol,\n\ 703OBJECT is any of the Lisp data types: a number, a string, a symbol,\n\
704a list, a buffer, a window, a frame, etc.\n\ 704a list, a buffer, a window, a frame, etc.\n\
705\n\ 705\n\
706A printed representation of an object is text which describes that object.\n\ 706A 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\
742that `read' can handle, whenever this is possible, unless the optional\n\ 742that `read' can handle, whenever this is possible, unless the optional\n\
743second argument NOESCAPE is non-nil.\n\ 743second argument NOESCAPE is non-nil.\n\
744\n\ 744\n\
745OBJECT is any of the Lisp data types: a number, a a string, a symbol,\n\ 745OBJECT is any of the Lisp data types: a number, a string, a symbol,\n\
746a list, a buffer, a window, a frame, etc.\n\ 746a list, a buffer, a window, a frame, etc.\n\
747\n\ 747\n\
748A printed representation of an object is text which describes that object.") 748A printed representation of an object is text which describes that object.")
@@ -782,7 +782,7 @@ DEFUN ("princ", Fprinc, Sprinc, 1, 2, 0,
782No quoting characters are used; no delimiters are printed around\n\ 782No quoting characters are used; no delimiters are printed around\n\
783the contents of strings.\n\ 783the contents of strings.\n\
784\n\ 784\n\
785OBJECT is any of the Lisp data types: a number, a a string, a symbol,\n\ 785OBJECT is any of the Lisp data types: a number, a string, a symbol,\n\
786a list, a buffer, a window, a frame, etc.\n\ 786a list, a buffer, a window, a frame, etc.\n\
787\n\ 787\n\
788A printed representation of an object is text which describes that object.\n\ 788A printed representation of an object is text which describes that object.\n\
@@ -817,7 +817,7 @@ DEFUN ("print", Fprint, Sprint, 1, 2, 0,
817Quoting characters are printed when needed to make output that `read'\n\ 817Quoting characters are printed when needed to make output that `read'\n\
818can handle, whenever this is possible.\n\ 818can handle, whenever this is possible.\n\
819\n\ 819\n\
820OBJECT is any of the Lisp data types: a number, a a string, a symbol,\n\ 820OBJECT is any of the Lisp data types: a number, a string, a symbol,\n\
821a list, a buffer, a window, a frame, etc.\n\ 821a list, a buffer, a window, a frame, etc.\n\
822\n\ 822\n\
823A printed representation of an object is text which describes that object.\n\ 823A printed representation of an object is text which describes that object.\n\