From: Glenn Morris Date: Sat, 3 Aug 2013 19:43:59 +0000 (-0700) Subject: * emacs-lisp-intro.texi (Complete copy-region-as-kill): Fix typo. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1593^2~11 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b309175d2d790fb8fc8d4a60ab957517a99ce09b;p=emacs.git * emacs-lisp-intro.texi (Complete copy-region-as-kill): Fix typo. --- diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index ead243558f2..ec259497fee 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog @@ -1,3 +1,7 @@ +2013-08-03 Glenn Morris + + * emacs-lisp-intro.texi (Complete copy-region-as-kill): Fix typo. + 2013-07-31 Glenn Morris * emacs-lisp-intro.texi (Thank You): Avoid mailto: in html output. diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index 33bf301c35c..db08740fcbf 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi @@ -8437,7 +8437,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.