diff options
author | Glenn Morris <rgm@gnu.org> | 2007-06-07 06:46:12 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-06-07 06:46:12 +0000 |
commit | 236a41785ca9b5ea35ac0b80938e6e489b1a7178 (patch) | |
tree | 0ed68a14a4e2d41505337a3add03f6ff63bdd2dc /etc/NEWS.22 | |
parent | c8e01749b1cd0ec1f3bff68891125a5cf272c2d6 (diff) | |
download | emacs-236a41785ca9b5ea35ac0b80938e6e489b1a7178.tar.gz emacs-236a41785ca9b5ea35ac0b80938e6e489b1a7178.tar.bz2 emacs-236a41785ca9b5ea35ac0b80938e6e489b1a7178.zip |
Mark H. Weaver <mhw at netris.org> (tiny change)
(set-mark-command-repeat-pop): Fix duplicate entry.
Diffstat (limited to 'etc/NEWS.22')
-rw-r--r-- | etc/NEWS.22 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/etc/NEWS.22 b/etc/NEWS.22 index 41c446ccae8..a6e430ee816 100644 --- a/etc/NEWS.22 +++ b/etc/NEWS.22 @@ -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. |