]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos.
authorPavel Janík <Pavel@Janik.cz>
Thu, 15 Nov 2001 15:22:42 +0000 (15:22 +0000)
committerPavel Janík <Pavel@Janik.cz>
Thu, 15 Nov 2001 15:22:42 +0000 (15:22 +0000)
src/print.c

index 6ce2b1c67db1f0093dc1cba407d42601d8577949..a5bff86430df3a5c3fbc80914e798a8c699cbf6c 100644 (file)
@@ -703,7 +703,7 @@ DEFUN ("prin1", Fprin1, Sprin1, 1, 2, 0,
        doc: /* Output the printed representation of OBJECT, any Lisp object.
 Quoting characters are printed when needed to make output that `read'
 can handle, whenever this is possible.  For complex objects, the behavior
-is controled by `print-level' and `print-length', which see.
+is controlled by `print-level' and `print-length', which see.
 
 OBJECT is any of the Lisp data types: a number, a string, a symbol,
 a list, a buffer, a window, a frame, etc.
@@ -821,7 +821,7 @@ DEFUN ("print", Fprint, Sprint, 1, 2, 0,
        doc: /* Output the printed representation of OBJECT, with newlines around it.
 Quoting characters are printed when needed to make output that `read'
 can handle, whenever this is possible.  For complex objects, the behavior
-is controled by `print-level' and `print-length', which see.
+is controlled by `print-level' and `print-length', which see.
 
 OBJECT is any of the Lisp data types: a number, a string, a symbol,
 a list, a buffer, a window, a frame, etc.