diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-11-04 12:51:16 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-11-04 12:51:16 +0000 |
commit | 718fb8a1ff055a7ac542846d6740c4371c874761 (patch) | |
tree | cc44c196c6779c8f3c582ea14791ac4fc671fe24 /man/ada-mode.texi | |
parent | 2df5238c1a7e97c9271a6bebd369b9a2c3e304eb (diff) | |
download | emacs-718fb8a1ff055a7ac542846d6740c4371c874761.tar.gz |
Replace M-C- with C-M-
Diffstat (limited to 'man/ada-mode.texi')
-rw-r--r-- | man/ada-mode.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/ada-mode.texi b/man/ada-mode.texi index d6ad14f7050..8ee4116a7b9 100644 --- a/man/ada-mode.texi +++ b/man/ada-mode.texi @@ -546,11 +546,11 @@ these functions are available through the Ada menu, and you can also use the following key bindings or the command names: @table @kbd -@item M-C-e +@item C-M-e @findex ada-next-procedure Move to the next function/procedure/task, which ever comes next (@code{ada-next-procedure}). -@item M-C-a +@item C-M-a @findex ada-previous-procedure Move to previous function/procedure/task (@code{ada-previous-procedure}). @@ -791,7 +791,7 @@ name of the variable. @table @kbd @item @key{TAB} Indent the current line or the current region. -@item M-C-\ +@item C-M-\ Indent lines in the current selected block. @item C-c @key{TAB} Indent the current line and prints the name of the variable used for |