; * 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.)
This commit is contained in:
Xue Fuqiao 2015-08-23 19:45:54 +08:00
parent ef00774df4
commit 70ff62413a

View 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.