aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/intro.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref/intro.texi')
-rw-r--r--doc/lispref/intro.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/intro.texi b/doc/lispref/intro.texi
index c963ba0354..9ae5e1fa84 100644
--- a/doc/lispref/intro.texi
+++ b/doc/lispref/intro.texi
@@ -147,7 +147,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 typographic conventions
@@ -220,7 +220,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