diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/print.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/print.c b/src/print.c index 6ce2b1c67db..a5bff86430d 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -703,7 +703,7 @@ DEFUN ("prin1", Fprin1, Sprin1, 1, 2, 0, | |||
| 703 | doc: /* Output the printed representation of OBJECT, any Lisp object. | 703 | doc: /* Output the printed representation of OBJECT, any Lisp object. |
| 704 | Quoting characters are printed when needed to make output that `read' | 704 | Quoting characters are printed when needed to make output that `read' |
| 705 | can handle, whenever this is possible. For complex objects, the behavior | 705 | can handle, whenever this is possible. For complex objects, the behavior |
| 706 | is controled by `print-level' and `print-length', which see. | 706 | is controlled by `print-level' and `print-length', which see. |
| 707 | 707 | ||
| 708 | OBJECT is any of the Lisp data types: a number, a string, a symbol, | 708 | OBJECT is any of the Lisp data types: a number, a string, a symbol, |
| 709 | a list, a buffer, a window, a frame, etc. | 709 | a list, a buffer, a window, a frame, etc. |
| @@ -821,7 +821,7 @@ DEFUN ("print", Fprint, Sprint, 1, 2, 0, | |||
| 821 | doc: /* Output the printed representation of OBJECT, with newlines around it. | 821 | doc: /* Output the printed representation of OBJECT, with newlines around it. |
| 822 | Quoting characters are printed when needed to make output that `read' | 822 | Quoting characters are printed when needed to make output that `read' |
| 823 | can handle, whenever this is possible. For complex objects, the behavior | 823 | can handle, whenever this is possible. For complex objects, the behavior |
| 824 | is controled by `print-level' and `print-length', which see. | 824 | is controlled by `print-level' and `print-length', which see. |
| 825 | 825 | ||
| 826 | OBJECT is any of the Lisp data types: a number, a string, a symbol, | 826 | OBJECT is any of the Lisp data types: a number, a string, a symbol, |
| 827 | a list, a buffer, a window, a frame, etc. | 827 | a list, a buffer, a window, a frame, etc. |