From: Glenn Morris Date: Thu, 7 Feb 2008 06:27:09 +0000 (+0000) Subject: D. E. Evans (tiny change) X-Git-Tag: emacs-pretest-23.0.90~8120 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7246382464077d5e907009c9e162d38189d5429a;p=emacs.git D. E. Evans (tiny change) (Basic Undo): Remove duplicate "you can". --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 5f416f61612..d1f05e7a10d 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2008-02-07 D. E. Evans (tiny change) + + * basic.texi (Basic Undo): Remove duplicate "you can". + 2008-02-02 Eli Zaretskii * maintaining.texi (Tags): Fix last change. diff --git a/doc/emacs/basic.texi b/doc/emacs/basic.texi index bb6c5c94c02..72a0f3331ff 100644 --- a/doc/emacs/basic.texi +++ b/doc/emacs/basic.texi @@ -321,10 +321,10 @@ line with the following line. @section Undoing Changes Emacs records a list of changes made in the buffer text, so you can -you can undo recent changes, as far as the records go. -Usually each editing command makes a separate entry in the undo -records, but sometimes an entry covers just part of a command, and -very simple commands may be grouped. +undo recent changes, as far as the records go. Usually each editing +command makes a separate entry in the undo records, but sometimes an +entry covers just part of a command, and very simple commands may be +grouped. @table @kbd @item C-x u