diff options
| author | Dani Moncayo | 2012-11-17 14:38:05 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-11-17 14:38:05 +0800 |
| commit | 0a27d94c9b7313f74b2b87c04b78379cb3dbcedb (patch) | |
| tree | 0bbb5e6ddbe3b528c33d125241838ccb7822a294 | |
| parent | 33f8917c078dd5abcc531b8273939ce276e26819 (diff) | |
| download | emacs-0a27d94c9b7313f74b2b87c04b78379cb3dbcedb.tar.gz emacs-0a27d94c9b7313f74b2b87c04b78379cb3dbcedb.zip | |
* mark.texi (Disabled Transient Mark): Doc fixes.
Fixes: debbugs:12746
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/mark.texi | 11 |
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 @@ | |||
| 1 | 2012-11-17 Dani Moncayo <dmoncayo@gmail.com> | ||
| 2 | |||
| 3 | * mark.texi (Disabled Transient Mark): Doc fixes (Bug#12746). | ||
| 4 | |||
| 1 | 2012-11-12 Chong Yidong <cyd@gnu.org> | 5 | 2012-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 | |||
| 430 | point and the mark (@pxref{Setting Mark}). | 430 | point and the mark (@pxref{Setting Mark}). |
| 431 | 431 | ||
| 432 | @item | 432 | @item |
| 433 | Many commands that move point long distances, like @kbd{M-<} and | ||
| 434 | @kbd{C-s}, first set the mark where point was. | ||
| 435 | |||
| 436 | @item | ||
| 437 | Some commands, which ordinarily act on the region when the mark is | 433 | Some commands, which ordinarily act on the region when the mark is |
| 438 | active, no longer do so. For example, normally @kbd{M-%} | 434 | active, 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 |
| 458 | Activate the mark and enable Transient Mark mode temporarily, until | 454 | Exchange point and mark, activate the mark and enable Transient Mark |
| 459 | the mark is next deactivated. (This is the @kbd{C-x C-x} command, | 455 | mode 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 |
| 457 | argument.) | ||
| 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 |