aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Moncayo2012-11-17 14:38:05 +0800
committerChong Yidong2012-11-17 14:38:05 +0800
commit0a27d94c9b7313f74b2b87c04b78379cb3dbcedb (patch)
tree0bbb5e6ddbe3b528c33d125241838ccb7822a294
parent33f8917c078dd5abcc531b8273939ce276e26819 (diff)
downloademacs-0a27d94c9b7313f74b2b87c04b78379cb3dbcedb.tar.gz
emacs-0a27d94c9b7313f74b2b87c04b78379cb3dbcedb.zip
* mark.texi (Disabled Transient Mark): Doc fixes.
Fixes: debbugs:12746
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/mark.texi11
2 files changed, 8 insertions, 7 deletions
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 @@
12012-11-17 Dani Moncayo <dmoncayo@gmail.com>
2
3 * mark.texi (Disabled Transient Mark): Doc fixes (Bug#12746).
4
12012-11-12 Chong Yidong <cyd@gnu.org> 52012-11-12 Chong Yidong <cyd@gnu.org>
2 6
3 * building.texi (Multithreaded Debugging): gdb-stopped-hooks is 7 * 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
@@ -430,10 +430,6 @@ mark is by using @kbd{C-x C-x}, which exchanges the positions of the
430point and the mark (@pxref{Setting Mark}). 430point and the mark (@pxref{Setting Mark}).
431 431
432@item 432@item
433Many commands that move point long distances, like @kbd{M-<} and
434@kbd{C-s}, first set the mark where point was.
435
436@item
437Some commands, which ordinarily act on the region when the mark is 433Some commands, which ordinarily act on the region when the mark is
438active, no longer do so. For example, normally @kbd{M-%} 434active, no longer do so. For example, normally @kbd{M-%}
439(@code{query-replace}) performs replacements within the region, if the 435(@code{query-replace}) performs replacements within the region, if the
@@ -455,9 +451,10 @@ command twice.)
455 451
456@item C-u C-x C-x 452@item C-u C-x C-x
457@kindex C-u C-x C-x 453@kindex C-u C-x C-x
458Activate the mark and enable Transient Mark mode temporarily, until 454Exchange point and mark, activate the mark and enable Transient Mark
459the mark is next deactivated. (This is the @kbd{C-x C-x} command, 455mode temporarily, until the mark is next deactivated. (This is the
460@code{exchange-point-and-mark}, with a prefix argument.) 456@kbd{C-x C-x} command, @code{exchange-point-and-mark}, with a prefix
457argument.)
461@end table 458@end table
462 459
463 These commands set or activate the mark, and enable Transient Mark 460 These commands set or activate the mark, and enable Transient Mark