diff options
| author | Lute Kamstra | 2005-02-06 13:17:35 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-02-06 13:17:35 +0000 |
| commit | b7fe9089635fdfcf508c037fd6e4c819f816e5be (patch) | |
| tree | bd12c7b5ac7452db9d78e4f6a5d0d459a46c8a86 | |
| parent | d399c30900f605a01e0a98029c73c51f38e01682 (diff) | |
| download | emacs-b7fe9089635fdfcf508c037fd6e4c819f816e5be.tar.gz emacs-b7fe9089635fdfcf508c037fd6e4c819f816e5be.zip | |
(Undo): Fix typo.
| -rw-r--r-- | man/ChangeLog | 10 | ||||
| -rw-r--r-- | man/basic.texi | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 3d248468366..cf4f8c5bd26 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2005-02-06 Lute Kamstra <lute@gnu.org> | ||
| 2 | |||
| 3 | * basic.texi (Undo): Fix typo. | ||
| 4 | |||
| 5 | * cmdargs.texi (Emacs Invocation): Fix typo. | ||
| 6 | |||
| 7 | * custom.texi (Init Examples): Fix typo. | ||
| 8 | |||
| 9 | * abbrevs.texi (Expanding Abbrevs): Fix typo. | ||
| 10 | |||
| 1 | 2005-02-06 Richard M. Stallman <rms@gnu.org> | 11 | 2005-02-06 Richard M. Stallman <rms@gnu.org> |
| 2 | 12 | ||
| 3 | * regs.texi (Registers): Registers can hold numbers, too. | 13 | * regs.texi (Registers): Registers can hold numbers, too. |
diff --git a/man/basic.texi b/man/basic.texi index dabc65defd9..6a8ffc0000f 100644 --- a/man/basic.texi +++ b/man/basic.texi | |||
| @@ -353,7 +353,7 @@ the sequence of undoing, then type more undo commands. | |||
| 353 | @kindex C-u C-x u | 353 | @kindex C-u C-x u |
| 354 | Ordinary undo applies to all changes made in the current buffer. You | 354 | Ordinary undo applies to all changes made in the current buffer. You |
| 355 | can also perform @dfn{selective undo}, limited to the current region | 355 | can also perform @dfn{selective undo}, limited to the current region |
| 356 | (@pxref{The Region}). | 356 | (@pxref{Mark}). |
| 357 | To do this, specify the region you want, then run the @code{undo} | 357 | To do this, specify the region you want, then run the @code{undo} |
| 358 | command with a prefix argument (the value does not matter): @kbd{C-u C-x | 358 | command with a prefix argument (the value does not matter): @kbd{C-u C-x |
| 359 | u} or @kbd{C-u C-_}. This undoes the most recent change in the region. | 359 | u} or @kbd{C-u C-_}. This undoes the most recent change in the region. |