diff options
-rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 2 |
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: @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. |