1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 14:30:50 -08:00

* emacs-lisp-intro.texi (Complete copy-region-as-kill): Fix typo.

This commit is contained in:
Glenn Morris 2013-08-03 12:43:59 -07:00
parent 2f3ac208bb
commit b309175d2d
2 changed files with 5 additions and 1 deletions

View 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.