mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
* emacs-lisp-intro.texi (Complete copy-region-as-kill): Fix typo.
This commit is contained in:
parent
2f3ac208bb
commit
b309175d2d
2 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue