From: Chong Yidong Date: Fri, 28 Mar 2008 19:02:57 +0000 (+0000) Subject: (Basic Undo): Don't mention setting the mark, which isn't X-Git-Tag: emacs-pretest-23.0.90~6829 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=be6c3e885ee00466acb487c9093b86a0fd6d6621;p=emacs.git (Basic Undo): Don't mention setting the mark, which isn't the default behavior with Transient Mark mode off. (Position Info): Fix typo. --- diff --git a/doc/emacs/basic.texi b/doc/emacs/basic.texi index 72a0f3331ff..e1fa655f9b4 100644 --- a/doc/emacs/basic.texi +++ b/doc/emacs/basic.texi @@ -345,10 +345,7 @@ available. If all recorded changes have already been undone, the undo command displays an error message and does nothing. The undo command applies only to changes in the buffer; you can't -use it to undo mere cursor motion. However, some cursor motion -commands set the mark, so if you use these commands from time to time, -you can move back to the neighborhoods you have moved through by -popping the mark ring (@pxref{Mark Ring}). +use it to undo mere cursor motion. @node Basic Files @section Files @@ -532,7 +529,7 @@ counts lines within the page, showing both numbers in the echo area. @kindex M-= @findex count-lines-region - Use @kbd{M-=} (@code{count-lines-region}) to displays the number of + Use @kbd{M-=} (@code{count-lines-region}) to display the number of lines in the region (@pxref{Mark}). @xref{Pages}, for the command @kbd{C-x l} which counts the lines in the current page.