Mercurial > emacs
changeset 41081:ae0bef8a3f2f
Fix typos.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Thu, 15 Nov 2001 15:22:42 +0000 |
parents | bbe0b9b4164b |
children | 6204eb16d008 |
files | src/print.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/print.c Thu Nov 15 15:20:10 2001 +0000 +++ b/src/print.c Thu Nov 15 15:22:42 2001 +0000 @@ -703,7 +703,7 @@ doc: /* Output the printed representation of OBJECT, any Lisp object. Quoting characters are printed when needed to make output that `read' can handle, whenever this is possible. For complex objects, the behavior -is controled by `print-level' and `print-length', which see. +is controlled by `print-level' and `print-length', which see. OBJECT is any of the Lisp data types: a number, a string, a symbol, a list, a buffer, a window, a frame, etc. @@ -821,7 +821,7 @@ doc: /* Output the printed representation of OBJECT, with newlines around it. Quoting characters are printed when needed to make output that `read' can handle, whenever this is possible. For complex objects, the behavior -is controled by `print-level' and `print-length', which see. +is controlled by `print-level' and `print-length', which see. OBJECT is any of the Lisp data types: a number, a string, a symbol, a list, a buffer, a window, a frame, etc.