aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Janík2002-01-02 13:27:22 +0000
committerPavel Janík2002-01-02 13:27:22 +0000
commitcf393f9be7323e520e4ce78a88c36b8e164ee10b (patch)
tree4fc8713e35570343b47a50369a9f5e258edc805f /src
parent5e442abf835b677d2ff0b1a646fd3a6717a5e357 (diff)
downloademacs-cf393f9be7323e520e4ce78a88c36b8e164ee10b.tar.gz
emacs-cf393f9be7323e520e4ce78a88c36b8e164ee10b.zip
Fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/print.c2
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;
743DEFUN ("prin1-to-string", Fprin1_to_string, Sprin1_to_string, 1, 2, 0, 743DEFUN ("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.
745OBJECT can be any Lisp object. This function outputs quoting characters 745OBJECT can be any Lisp object. This function outputs quoting characters
746when ncessary to make output that `read' can handle, whenever possible, 746when necessary to make output that `read' can handle, whenever possible,
747unless the optional second argument NOESCAPE is non-nil. 747unless the optional second argument NOESCAPE is non-nil.
748 748
749OBJECT is any of the Lisp data types: a number, a string, a symbol, 749OBJECT is any of the Lisp data types: a number, a string, a symbol,