diff lispref/intro.texi @ 71957:61cb5aae3bc3

Put period and comma inside quotes.
author Richard M. Stallman <rms@gnu.org>
date Tue, 18 Jul 2006 00:08:15 +0000
parents 0cb3de2796ef
children 6d19c76d81c5 8a8e69664178
line wrap: on
line diff
--- a/lispref/intro.texi	Tue Jul 18 00:07:05 2006 +0000
+++ b/lispref/intro.texi	Tue Jul 18 00:08:15 2006 +0000
@@ -160,7 +160,7 @@
 representations of Lisp objects into actual Lisp objects, and vice
 versa.  @xref{Printed Representation}, for more details.  You, the
 person reading this manual, are thought of as ``the programmer'' and are
-addressed as ``you''.  ``The user'' is the person who uses Lisp
+addressed as ``you.''  ``The user'' is the person who uses Lisp
 programs, including those you write.
 
 @cindex fonts in this manual
@@ -233,7 +233,7 @@
 @end example
 
 @noindent
-You can read this as ``@code{(car '(1 2))} evaluates to 1''.
+You can read this as ``@code{(car '(1 2))} evaluates to 1.''
 
   When a form is a macro call, it expands into a new form for Lisp to
 evaluate.  We show the result of the expansion with