diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; | |||
| 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, |