comparison man/ada-mode.texi @ 40705:421e0a91a1d1

Replace M-C- with C-M-
author Eli Zaretskii <eliz@gnu.org>
date Sun, 04 Nov 2001 12:51:16 +0000
parents 88b1d99e92ad
children 939fbbfd59d8
comparison
equal deleted inserted replaced
40704:b2731291b2d0 40705:421e0a91a1d1
544 There are several easy to use commands to stroll through Ada code. All 544 There are several easy to use commands to stroll through Ada code. All
545 these functions are available through the Ada menu, and you can also use 545 these functions are available through the Ada menu, and you can also use
546 the following key bindings or the command names: 546 the following key bindings or the command names:
547 547
548 @table @kbd 548 @table @kbd
549 @item M-C-e 549 @item C-M-e
550 @findex ada-next-procedure 550 @findex ada-next-procedure
551 Move to the next function/procedure/task, which ever comes next 551 Move to the next function/procedure/task, which ever comes next
552 (@code{ada-next-procedure}). 552 (@code{ada-next-procedure}).
553 @item M-C-a 553 @item C-M-a
554 @findex ada-previous-procedure 554 @findex ada-previous-procedure
555 Move to previous function/procedure/task 555 Move to previous function/procedure/task
556 (@code{ada-previous-procedure}). 556 (@code{ada-previous-procedure}).
557 @item M-x ada-next-package 557 @item M-x ada-next-package
558 @findex ada-next-package 558 @findex ada-next-package
789 name of the variable. 789 name of the variable.
790 790
791 @table @kbd 791 @table @kbd
792 @item @key{TAB} 792 @item @key{TAB}
793 Indent the current line or the current region. 793 Indent the current line or the current region.
794 @item M-C-\ 794 @item C-M-\
795 Indent lines in the current selected block. 795 Indent lines in the current selected block.
796 @item C-c @key{TAB} 796 @item C-c @key{TAB}
797 Indent the current line and prints the name of the variable used for 797 Indent the current line and prints the name of the variable used for
798 indentation. 798 indentation.
799 @end table 799 @end table