]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 30 Oct 2001 18:18:41 +0000 (18:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 30 Oct 2001 18:18:41 +0000 (18:18 +0000)
etc/NEWS

index 8b2c8b95788d086cf04e479506b3d0ee9e0b961c..e23fa19903b7a5cceeaa25f97e292df99f43e91a 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -790,7 +790,7 @@ printed representation and an unabbreviated one.
 The default value of eval-expression-debug-on-error is t, so any error
 during evaluation produces a backtrace.
 
-*** The function `eval-defun' (M-C-x) now loads Edebug and instruments
+*** The function `eval-defun' (C-M-x) now loads Edebug and instruments
 code when called with a prefix argument.
 
 ** CC mode changes.
@@ -1449,7 +1449,7 @@ Fontlock mode is active.
 *** Isearch now puts a call to `isearch-resume' in the command history,
 so that searches can be resumed.
 
-*** In Isearch mode, M-C-s and M-C-r are now bound like C-s and C-r,
+*** In Isearch mode, C-M-s and C-M-r are now bound like C-s and C-r,
 respectively, i.e. you can repeat a regexp isearch with the same keys
 that started the search.
 
@@ -3003,7 +3003,7 @@ returned by function `recent-keys'.
 
 ** Variables `beginning-of-defun-function' and `end-of-defun-function'
 can be used to define handlers for the functions that find defuns.
-Major modes can define these locally instead of rebinding M-C-a
+Major modes can define these locally instead of rebinding C-M-a
 etc. if the normal conventions for defuns are not appropriate for the
 mode.
 
@@ -7294,7 +7294,7 @@ new key           dired.el binding                old key
   * @          dired-mark-symlinks             @  (binding deleted)
   * u          dired-unmark                    u
   * DEL                dired-unmark-backward           DEL
-  * ?          dired-unmark-all-files          M-C-?
+  * ?          dired-unmark-all-files          C-M-?
   * !          dired-unmark-all-marks
   * %          dired-mark-files-regexp         % m
   * C-n                dired-next-marked-file          M-}
@@ -7366,7 +7366,7 @@ another have been added.
 generating lines in buffers.
 
 *** Several commands in the group buffer can be undone with
-`M-C-_'.
+`C-M-_'.
 
 *** Scoring can be done on words using the new score type `w'.
 
@@ -7387,7 +7387,7 @@ the native server.
    `M-x gnus-group-clear-data-on-native-groups'
 
 *** A new command for reading collections of documents
-(nndoc with nnvirtual on top) has been added -- `M-C-d'.
+(nndoc with nnvirtual on top) has been added -- `C-M-d'.
 
 *** Process mark sets can be pushed and popped.
 
@@ -8133,7 +8133,7 @@ entries to the BibTeX kill ring, from where they can be yanked back by
 appropriate functions.
 
 *** New interactive functions for repositioning and marking of
-entries. They are bound by default to M-C-l and M-C-h.
+entries. They are bound by default to C-M-l and C-M-h.
 
 *** New hook bibtex-clean-entry-hook. It is called after entry has
 been cleaned.