Mercurial > emacs
changeset 42481:4c2f1d0b1397
Fix typo.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Wed, 02 Jan 2002 13:27:22 +0000 |
parents | 749856909d2d |
children | 955a445b9717 |
files | src/print.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/print.c Wed Jan 02 13:24:28 2002 +0000 +++ b/src/print.c Wed Jan 02 13:27:22 2002 +0000 @@ -743,7 +743,7 @@ DEFUN ("prin1-to-string", Fprin1_to_string, Sprin1_to_string, 1, 2, 0, doc: /* Return a string containing the printed representation of OBJECT. OBJECT can be any Lisp object. This function outputs quoting characters -when ncessary to make output that `read' can handle, whenever possible, +when necessary to make output that `read' can handle, whenever possible, unless the optional second argument NOESCAPE is non-nil. OBJECT is any of the Lisp data types: a number, a string, a symbol,