aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-06-07 06:39:17 +0000
committerGlenn Morris2007-06-07 06:39:17 +0000
commitdafbac33897cd8145f6bf85b4798f87e24f388b4 (patch)
tree86484afc63577aacc5cc03c9febd34128f735562
parentf1c5dbb9d667ac1108b0f1d97e9739212325aebf (diff)
downloademacs-dafbac33897cd8145f6bf85b4798f87e24f388b4.tar.gz
emacs-dafbac33897cd8145f6bf85b4798f87e24f388b4.zip
Mark H. Weaver <mhw at netris.org> (tiny change)
(set-mark-command-repeat-pop): Fix duplicate entry.
-rw-r--r--etc/NEWS10
1 files changed, 3 insertions, 7 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 230191a0b07..e0ff01f83d2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -280,11 +280,6 @@ too. If you want to use just plain `*' as a wildcard, type `*""'; the
280doublequotes make no difference in the shell, but they prevent 280doublequotes make no difference in the shell, but they prevent
281special treatment in `dired-do-shell-command'. 281special treatment in `dired-do-shell-command'.
282 282
283** A prefix argument is no longer required to repeat a jump to a
284previous mark if you set `set-mark-command-repeat-pop' to t. I.e. C-u
285C-SPC C-SPC C-SPC ... cycles through the mark ring. Use C-u C-u C-SPC
286to set the mark immediately after a jump.
287
288** The info-search bindings on C-h C-f, C-h C-k and C-h C-i 283** The info-search bindings on C-h C-f, C-h C-k and C-h C-i
289have been moved to C-h F, C-h K and C-h S. 284have been moved to C-h F, C-h K and C-h S.
290 285
@@ -451,8 +446,9 @@ to one second. This feature is turned off by default.
451** Mark command changes: 446** Mark command changes:
452 447
453*** A prefix argument is no longer required to repeat a jump to a 448*** A prefix argument is no longer required to repeat a jump to a
454previous mark, i.e. C-u C-SPC C-SPC C-SPC ... cycles through the 449previous mark if you set `set-mark-command-repeat-pop' to t. I.e. C-u
455mark ring. Use C-u C-u C-SPC to set the mark immediately after a jump. 450C-SPC C-SPC C-SPC ... cycles through the mark ring. Use C-u C-u C-SPC
451to set the mark immediately after a jump.
456 452
457*** Marking commands extend the region when invoked multiple times. 453*** Marking commands extend the region when invoked multiple times.
458 454