* emacs-lisp-intro.texi (Complete copy-region-as-kill): Fix typo.
authorGlenn Morris <rgm@gnu.org>
Sat, 3 Aug 2013 19:43:59 +0000 (12:43 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 3 Aug 2013 19:43:59 +0000 (12:43 -0700)
doc/lispintro/ChangeLog
doc/lispintro/emacs-lisp-intro.texi

index ead2435..ec25949 100644 (file)
@@ -1,3 +1,7 @@
+2013-08-03  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp-intro.texi (Complete copy-region-as-kill): Fix typo.
+
 2013-07-31  Glenn Morris  <rgm@gnu.org>
 
        * emacs-lisp-intro.texi (Thank You): Avoid mailto: in html output.
index 33bf301..db08740 100644 (file)
@@ -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.