# HG changeset patch # User Chong Yidong # Date 1206730977 0 # Node ID f225272663c39065b0b02c626f4e49b85d743906 # Parent 1ca9eda2b6bce9024a900a7b23f40b504ae87670 (Basic Undo): Don't mention setting the mark, which isn't the default behavior with Transient Mark mode off. (Position Info): Fix typo. diff -r 1ca9eda2b6bc -r f225272663c3 doc/emacs/basic.texi --- a/doc/emacs/basic.texi Fri Mar 28 19:02:43 2008 +0000 +++ b/doc/emacs/basic.texi Fri Mar 28 19:02:57 2008 +0000 @@ -345,10 +345,7 @@ 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 @@ @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.