# HG changeset patch # User Pavel Jank # Date 1009978042 0 # Node ID 4c2f1d0b13972cea6b8be3204dd904af49f6e3fb # Parent 749856909d2dd5621c68e2f497594c6c4cb9eda4 Fix typo. diff -r 749856909d2d -r 4c2f1d0b1397 src/print.c --- 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,