]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorPavel Janík <Pavel@Janik.cz>
Wed, 2 Jan 2002 13:27:22 +0000 (13:27 +0000)
committerPavel Janík <Pavel@Janik.cz>
Wed, 2 Jan 2002 13:27:22 +0000 (13:27 +0000)
src/print.c

index ed26603695b3a9f481118e132f7b8576df01e280..f0501bd0fb7a545b31a2aa46508b07fbfaea5306 100644 (file)
@@ -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,