From: Dani Moncayo Date: Sat, 17 Nov 2012 06:38:05 +0000 (+0800) Subject: * mark.texi (Disabled Transient Mark): Doc fixes. X-Git-Tag: emacs-24.2.90~56 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a27d94c9b7313f74b2b87c04b78379cb3dbcedb;p=emacs.git * mark.texi (Disabled Transient Mark): Doc fixes. Fixes: debbugs:12746 --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 45d4377f34a..5f8a252b5d6 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2012-11-17 Dani Moncayo + + * mark.texi (Disabled Transient Mark): Doc fixes (Bug#12746). + 2012-11-12 Chong Yidong * building.texi (Multithreaded Debugging): gdb-stopped-hooks is diff --git a/doc/emacs/mark.texi b/doc/emacs/mark.texi index 83d519a4cd2..db191eb175c 100644 --- a/doc/emacs/mark.texi +++ b/doc/emacs/mark.texi @@ -429,10 +429,6 @@ soon, before you forget where it is. You can also check where the mark is by using @kbd{C-x C-x}, which exchanges the positions of the point and the mark (@pxref{Setting Mark}). -@item -Many commands that move point long distances, like @kbd{M-<} and -@kbd{C-s}, first set the mark where point was. - @item Some commands, which ordinarily act on the region when the mark is active, no longer do so. For example, normally @kbd{M-%} @@ -455,9 +451,10 @@ command twice.) @item C-u C-x C-x @kindex C-u C-x C-x -Activate the mark and enable Transient Mark mode temporarily, until -the mark is next deactivated. (This is the @kbd{C-x C-x} command, -@code{exchange-point-and-mark}, with a prefix argument.) +Exchange point and mark, activate the mark and enable Transient Mark +mode temporarily, until the mark is next deactivated. (This is the +@kbd{C-x C-x} command, @code{exchange-point-and-mark}, with a prefix +argument.) @end table These commands set or activate the mark, and enable Transient Mark