diff options
author | Glenn Morris <rgm@gnu.org> | 2013-08-11 17:09:11 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-08-11 17:09:11 -0700 |
commit | 7a22490f14441898e1c4f6679f5924f097f3bb34 (patch) | |
tree | 4f523fe5ece5911a4b30472071ec98bfe28c426a /doc/lispintro/emacs-lisp-intro.texi | |
parent | 8496d8d7063d93031b65636e8be4c6f1b4208e74 (diff) | |
parent | df0d73aa8da0a8cb6fd01e2f2604a6022e8f3d63 (diff) | |
download | emacs-7a22490f14441898e1c4f6679f5924f097f3bb34.tar.gz |
Merge from emacs-24; up to 2013-01-02T10:15:31Z!michael.albinus@gmx.de
Diffstat (limited to 'doc/lispintro/emacs-lisp-intro.texi')
-rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index 2160d7ba5a9..18ea8e87e19 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi @@ -954,7 +954,12 @@ encouragement. My mistakes are my own. @flushright Robert J. Chassell +@ifnothtml @email{bob@@gnu.org} +@end ifnothtml +@ifhtml +bob@@gnu.org +@end ifhtml @end flushright @c ================ Beginning of main text ================ @@ -8312,7 +8317,7 @@ As usual, this function can be divided into its component parts: The arguments are @code{beg} and @code{end} and the function is interactive with @code{"r"}, so the two arguments must refer to the -beginning and end of the region. If you have been reading though this +beginning and end of the region. If you have been reading through this document from the beginning, understanding these parts of a function is almost becoming routine. |