# HG changeset patch # User Lute Kamstra # Date 1107695817 0 # Node ID 9a988a8e5302d334c4a3be8095a968b9287aef5d # Parent ae756c7d3081b9af2abc9b0e793dd987bb1ed66d (Undo): Fix typo. diff -r ae756c7d3081 -r 9a988a8e5302 man/basic.texi --- a/man/basic.texi Sun Feb 06 13:13:15 2005 +0000 +++ b/man/basic.texi Sun Feb 06 13:16:57 2005 +0000 @@ -353,7 +353,7 @@ @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.