aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Fuqiao2015-08-23 19:45:54 +0800
committerXue Fuqiao2015-08-23 19:45:54 +0800
commit70ff62413a17cbe5a4f218202a6a91c38d86c8c8 (patch)
treec27daa1ad4b80a81660fd586fcbaf3b47b8c279a
parentef00774df4582592ac675fbe803ecc887e0e248a (diff)
downloademacs-70ff62413a17cbe5a4f218202a6a91c38d86c8c8.tar.gz
emacs-70ff62413a17cbe5a4f218202a6a91c38d86c8c8.zip
; * 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.)
-rw-r--r--doc/lispintro/emacs-lisp-intro.texi2
1 files changed, 1 insertions, 1 deletions
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:
2909@end smallexample 2909@end smallexample
2910 2910
2911@noindent 2911@noindent
2912As I write this, the value of @code{point} is 65724. The @code{point} 2912As I write this, the value of point is 65724. The @code{point}
2913function is frequently used in some of the examples later in this 2913function is frequently used in some of the examples later in this
2914book. 2914book.
2915 2915