From: Glenn Morris Date: Thu, 7 Jun 2007 06:39:17 +0000 (+0000) Subject: Mark H. Weaver (tiny change) X-Git-Tag: emacs-pretest-22.1.90~1384 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dafbac33897cd8145f6bf85b4798f87e24f388b4;p=emacs.git Mark H. Weaver (tiny change) (set-mark-command-repeat-pop): Fix duplicate entry. --- 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 doublequotes make no difference in the shell, but they prevent special treatment in `dired-do-shell-command'. -** A prefix argument is no longer required to repeat a jump to a -previous mark if you set `set-mark-command-repeat-pop' to t. I.e. C-u -C-SPC C-SPC C-SPC ... cycles through the mark ring. Use C-u C-u C-SPC -to set the mark immediately after a jump. - ** The info-search bindings on C-h C-f, C-h C-k and C-h C-i have been moved to C-h F, C-h K and C-h S. @@ -451,8 +446,9 @@ to one second. This feature is turned off by default. ** Mark command changes: *** A prefix argument is no longer required to repeat a jump to a -previous mark, i.e. C-u C-SPC C-SPC C-SPC ... cycles through the -mark ring. Use C-u C-u C-SPC to set the mark immediately after a jump. +previous mark if you set `set-mark-command-repeat-pop' to t. I.e. C-u +C-SPC C-SPC C-SPC ... cycles through the mark ring. Use C-u C-u C-SPC +to set the mark immediately after a jump. *** Marking commands extend the region when invoked multiple times.