emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/intro.texi,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/intro.texi,v
Date: Tue, 18 Jul 2006 00:02:16 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/07/18 00:02:16

Index: intro.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/intro.texi,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- intro.texi  2 May 2006 00:08:51 -0000       1.34
+++ intro.texi  18 Jul 2006 00:02:16 -0000      1.35
@@ -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 address@hidden(car '(1 2))} evaluates to 1''.
+You can read this as address@hidden(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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]