diff options
Diffstat (limited to 'lispref/intro.texi')
-rw-r--r-- | lispref/intro.texi | 4 |
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 |