emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/streams.texi,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/streams.texi,v
Date: Tue, 18 Jul 2006 00:05:46 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/07/18 00:05:46

Index: streams.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/streams.texi,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- streams.texi        8 Jul 2006 18:02:52 -0000       1.32
+++ streams.texi        18 Jul 2006 00:05:46 -0000      1.33
@@ -116,7 +116,7 @@
 should save the argument and arrange to return it on the next call.
 This is called @dfn{unreading} the character; it happens when the Lisp
 reader reads one character too many and wants to ``put it back where it
-came from''.  In this case, it makes no difference what value
+came from.''  In this case, it makes no difference what value
 @var{function} returns.
 @end itemize
 
@@ -620,7 +620,7 @@
 @defun terpri &optional stream
 @cindex newline in print
 This function outputs a newline to @var{stream}.  The name stands
-for ``terminate print''.
+for ``terminate print.''
 @end defun
 
 @defun write-char character &optional stream




reply via email to

[Prev in Thread] Current Thread [Next in Thread]