; * 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:
parent
ef00774df4
commit
70ff62413a
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue