]> git.eshelyaron.com Git - emacs.git/commitdiff
(Undo): Fix typo.
authorLute Kamstra <lute@gnu.org>
Sun, 6 Feb 2005 13:17:35 +0000 (13:17 +0000)
committerLute Kamstra <lute@gnu.org>
Sun, 6 Feb 2005 13:17:35 +0000 (13:17 +0000)
man/ChangeLog
man/basic.texi

index 3d248468366ed37de2eef08a8252b38e80ae6b26..cf4f8c5bd2655ffda50ed3ba03e974f9f2149306 100644 (file)
@@ -1,3 +1,13 @@
+2005-02-06  Lute Kamstra  <lute@gnu.org>
+
+       * basic.texi (Undo): Fix typo.
+
+       * cmdargs.texi (Emacs Invocation): Fix typo.
+
+       * custom.texi (Init Examples): Fix typo.
+
+       * abbrevs.texi (Expanding Abbrevs): Fix typo.
+
 2005-02-06  Richard M. Stallman  <rms@gnu.org>
 
        * regs.texi (Registers): Registers can hold numbers, too.
index dabc65defd94fd3768a6f387afc259bce8afbe3a..6a8ffc0000ff2f7b26c18ad284824f6f0d00bf08 100644 (file)
@@ -353,7 +353,7 @@ the sequence of undoing, then type more undo commands.
 @kindex C-u C-x u
   Ordinary undo applies to all changes made in the current buffer.  You
 can also perform @dfn{selective undo}, limited to the current region
-(@pxref{The Region}).
+(@pxref{Mark}).
 To do this, specify the region you want, then run the @code{undo}
 command with a prefix argument (the value does not matter): @kbd{C-u C-x
 u} or @kbd{C-u C-_}.  This undoes the most recent change in the region.