summaryrefslogtreecommitdiff
path: root/lispref/intro.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-07-18 00:08:15 +0000
committerRichard M. Stallman <rms@gnu.org>2006-07-18 00:08:15 +0000
commit827b7ee7c21894a634e217ddc40c10d865bd3536 (patch)
treef606b3b32435c20f656b25634eac5d46c2fced9e /lispref/intro.texi
parent13cad7387493267b415fa30037a510b2064aae83 (diff)
downloademacs-827b7ee7c21894a634e217ddc40c10d865bd3536.tar.gz
Put period and comma inside quotes.
Diffstat (limited to 'lispref/intro.texi')
-rw-r--r--lispref/intro.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/intro.texi b/lispref/intro.texi
index 7e1b6155b35..cd9b36ced85 100644
--- a/lispref/intro.texi
+++ b/lispref/intro.texi
@@ -160,7 +160,7 @@ printer'' refer to those routines in Lisp that convert textual
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 @@ the examples in this manual, this is indicated with @samp{@result{}}:
@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