aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2001-11-15 15:22:42 +0000
committerPavel Janík2001-11-15 15:22:42 +0000
commit7fab92237abbb5db795742245d6ca98349ca8121 (patch)
tree3d7ead2382d50fdc36307865d948294196a06285
parentd19b9aa8abf68967ba3d14ab331b79b45006506a (diff)
downloademacs-7fab92237abbb5db795742245d6ca98349ca8121.tar.gz
emacs-7fab92237abbb5db795742245d6ca98349ca8121.zip
Fix typos.
-rw-r--r--src/print.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/print.c b/src/print.c
index 6ce2b1c67db..a5bff86430d 100644
--- a/src/print.c
+++ b/src/print.c
@@ -703,7 +703,7 @@ DEFUN ("prin1", Fprin1, Sprin1, 1, 2, 0,
703 doc: /* Output the printed representation of OBJECT, any Lisp object. 703 doc: /* Output the printed representation of OBJECT, any Lisp object.
704Quoting characters are printed when needed to make output that `read' 704Quoting characters are printed when needed to make output that `read'
705can handle, whenever this is possible. For complex objects, the behavior 705can handle, whenever this is possible. For complex objects, the behavior
706is controled by `print-level' and `print-length', which see. 706is controlled by `print-level' and `print-length', which see.
707 707
708OBJECT is any of the Lisp data types: a number, a string, a symbol, 708OBJECT is any of the Lisp data types: a number, a string, a symbol,
709a list, a buffer, a window, a frame, etc. 709a list, a buffer, a window, a frame, etc.
@@ -821,7 +821,7 @@ DEFUN ("print", Fprint, Sprint, 1, 2, 0,
821 doc: /* Output the printed representation of OBJECT, with newlines around it. 821 doc: /* Output the printed representation of OBJECT, with newlines around it.
822Quoting characters are printed when needed to make output that `read' 822Quoting characters are printed when needed to make output that `read'
823can handle, whenever this is possible. For complex objects, the behavior 823can handle, whenever this is possible. For complex objects, the behavior
824is controled by `print-level' and `print-length', which see. 824is controlled by `print-level' and `print-length', which see.
825 825
826OBJECT is any of the Lisp data types: a number, a string, a symbol, 826OBJECT is any of the Lisp data types: a number, a string, a symbol,
827a list, a buffer, a window, a frame, etc. 827a list, a buffer, a window, a frame, etc.