comparison src/print.c @ 42481:4c2f1d0b1397

Fix typo.
author Pavel Janík <Pavel@Janik.cz>
date Wed, 02 Jan 2002 13:27:22 +0000
parents 21eaf0f81c5d
children 771bbdee433b 4bff91d684f4
comparison
equal deleted inserted replaced
42480:749856909d2d 42481:4c2f1d0b1397
741 Lisp_Object Vprin1_to_string_buffer; 741 Lisp_Object Vprin1_to_string_buffer;
742 742
743 DEFUN ("prin1-to-string", Fprin1_to_string, Sprin1_to_string, 1, 2, 0, 743 DEFUN ("prin1-to-string", Fprin1_to_string, Sprin1_to_string, 1, 2, 0,
744 doc: /* Return a string containing the printed representation of OBJECT. 744 doc: /* Return a string containing the printed representation of OBJECT.
745 OBJECT can be any Lisp object. This function outputs quoting characters 745 OBJECT can be any Lisp object. This function outputs quoting characters
746 when ncessary to make output that `read' can handle, whenever possible, 746 when necessary to make output that `read' can handle, whenever possible,
747 unless the optional second argument NOESCAPE is non-nil. 747 unless the optional second argument NOESCAPE is non-nil.
748 748
749 OBJECT is any of the Lisp data types: a number, a string, a symbol, 749 OBJECT is any of the Lisp data types: a number, a string, a symbol,
750 a list, a buffer, a window, a frame, etc. 750 a list, a buffer, a window, a frame, etc.
751 751