diff options
| author | Glenn Morris | 2013-08-03 12:43:59 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-08-03 12:43:59 -0700 |
| commit | b309175d2d790fb8fc8d4a60ab957517a99ce09b (patch) | |
| tree | 5f8160224c1c4f75079ba3a6e1d3985010a06119 | |
| parent | 2f3ac208bbacc09623798d43d7ed4eadc0fbf347 (diff) | |
| download | emacs-b309175d2d790fb8fc8d4a60ab957517a99ce09b.tar.gz emacs-b309175d2d790fb8fc8d4a60ab957517a99ce09b.zip | |
* emacs-lisp-intro.texi (Complete copy-region-as-kill): Fix typo.
| -rw-r--r-- | doc/lispintro/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 2 |
2 files changed, 5 insertions, 1 deletions
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 @@ | |||
| 1 | 2013-08-03 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp-intro.texi (Complete copy-region-as-kill): Fix typo. | ||
| 4 | |||
| 1 | 2013-07-31 Glenn Morris <rgm@gnu.org> | 5 | 2013-07-31 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * emacs-lisp-intro.texi (Thank You): Avoid mailto: in html output. | 7 | * 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: | |||
| 8437 | 8437 | ||
| 8438 | The arguments are @code{beg} and @code{end} and the function is | 8438 | The arguments are @code{beg} and @code{end} and the function is |
| 8439 | interactive with @code{"r"}, so the two arguments must refer to the | 8439 | interactive with @code{"r"}, so the two arguments must refer to the |
| 8440 | beginning and end of the region. If you have been reading though this | 8440 | beginning and end of the region. If you have been reading through this |
| 8441 | document from the beginning, understanding these parts of a function is | 8441 | document from the beginning, understanding these parts of a function is |
| 8442 | almost becoming routine. | 8442 | almost becoming routine. |
| 8443 | 8443 | ||