diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-07-18 00:08:15 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-07-18 00:08:15 +0000 |
commit | 827b7ee7c21894a634e217ddc40c10d865bd3536 (patch) | |
tree | f606b3b32435c20f656b25634eac5d46c2fced9e /lispref/streams.texi | |
parent | 13cad7387493267b415fa30037a510b2064aae83 (diff) | |
download | emacs-827b7ee7c21894a634e217ddc40c10d865bd3536.tar.gz |
Put period and comma inside quotes.
Diffstat (limited to 'lispref/streams.texi')
-rw-r--r-- | lispref/streams.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/streams.texi b/lispref/streams.texi index 8b28f06ac70..4fad9a2a3cd 100644 --- a/lispref/streams.texi +++ b/lispref/streams.texi @@ -116,7 +116,7 @@ When it is called with one argument (always a character), @var{function} 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 @@ spacing between calls. @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 |