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.
*** 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.
** 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.
* @ 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-}
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'.
`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.
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.