projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef00774
)
; * doc/lispintro/emacs-lisp-intro.texi (Buffer Size & Locations):
author
Xue Fuqiao
<xfq.free@gmail.com>
Sun, 23 Aug 2015 11:45:54 +0000
(19:45 +0800)
committer
Xue 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
patch
|
blob
|
history
diff --git
a/doc/lispintro/emacs-lisp-intro.texi
b/doc/lispintro/emacs-lisp-intro.texi
index a9f02f5e8481d390cd35017f68b0c1f76543122c..40abc4421092e20c6a61e3b6c115522821fc095d 100644
(file)
--- 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.