From: Pavel Janík Date: Wed, 2 Jan 2002 13:27:22 +0000 (+0000) Subject: Fix typo. X-Git-Tag: ttn-vms-21-2-B4~17357 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cf393f9be7323e520e4ce78a88c36b8e164ee10b;p=emacs.git Fix typo. --- diff --git a/src/print.c b/src/print.c index ed26603695b..f0501bd0fb7 100644 --- a/src/print.c +++ b/src/print.c @@ -743,7 +743,7 @@ Lisp_Object Vprin1_to_string_buffer; 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,