]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/intro.texi
Merge changes from emacs-24 branch
[gnu-emacs] / doc / lispref / intro.texi
index d3a5b253162ce187c03f768723d3a64536b3f03a..37d2cc55a9e41d040a95d64cbebdfe49497a2d56 100644 (file)
@@ -146,7 +146,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
@@ -219,7 +219,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