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