Mercurial > emacs
changeset 93349:f225272663c3
(Basic Undo): Don't mention setting the mark, which isn't
the default behavior with Transient Mark mode off.
(Position Info): Fix typo.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 28 Mar 2008 19:02:57 +0000 |
parents | 1ca9eda2b6bc |
children | ec328fb40a00 |
files | doc/emacs/basic.texi |
diffstat | 1 files changed, 2 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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.