]> code.delx.au - gnu-emacs/commitdiff
; * doc/lispintro/emacs-lisp-intro.texi (Buffer Size & Locations):
authorXue Fuqiao <xfq.free@gmail.com>
Sun, 23 Aug 2015 11:45:54 +0000 (19:45 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sun, 23 Aug 2015 11:45:54 +0000 (19:45 +0800)
; Markup fix.  ("point" is not a variable, so "@code{point}" should
; be either "point" or @code{(point)} here.)

doc/lispintro/emacs-lisp-intro.texi

index a9f02f5e8481d390cd35017f68b0c1f76543122c..40abc4421092e20c6a61e3b6c115522821fc095d 100644 (file)
@@ -2909,7 +2909,7 @@ the following expression in the usual way:
 @end smallexample
 
 @noindent
-As I write this, the value of @code{point} is 65724.  The @code{point}
+As I write this, the value of point is 65724.  The @code{point}
 function is frequently used in some of the examples later in this
 book.