aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cd8edb89537..132f05f0506 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -356,8 +356,12 @@ want to get this behavior from a particular command. There are two
356ways you can enable Transient Mark mode temporarily, and activate the 356ways you can enable Transient Mark mode temporarily, and activate the
357mark, for one command only. 357mark, for one command only.
358 358
359One is to type C-SPC C-SPC; this also sets the mark. 359One is to type C-SPC C-SPC; this also sets the mark. The other is to
360The other is to type C-u C-x C-x. That does not set the mark. 360type C-u C-x C-x, which does not alter the region.
361
362After these commands, Transient Mark mode remains enabled
363until you deactivate the mark--typically with a command that
364alters the buffer, or typing C-g.
361 365
362** A prefix argument is no longer required to repeat a jump to a 366** A prefix argument is no longer required to repeat a jump to a
363previous mark, i.e. C-u C-SPC C-SPC C-SPC ... will cycle through the 367previous mark, i.e. C-u C-SPC C-SPC C-SPC ... will cycle through the