From: Xue Fuqiao Date: Sun, 23 Aug 2015 11:45:54 +0000 (+0800) Subject: ; * doc/lispintro/emacs-lisp-intro.texi (Buffer Size & Locations): X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~2102 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=70ff62413a17cbe5a4f218202a6a91c38d86c8c8;p=emacs.git ; * doc/lispintro/emacs-lisp-intro.texi (Buffer Size & Locations): ; Markup fix. ("point" is not a variable, so "@code{point}" should ; be either "point" or @code{(point)} here.) --- diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index a9f02f5e848..40abc442109 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi @@ -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.