comparison man/ada-mode.texi @ 46918:82d113655734

Minor spelling and grammar corrections.
author Paul Eggert <eggert@twinsun.com>
date Fri, 16 Aug 2002 06:29:40 +0000
parents 47a8aeb481fb
children 0a70200bde27
comparison
equal deleted inserted replaced
46917:7f23d458e897 46918:82d113655734
82 * Identifier completion:: Finishing words automatically 82 * Identifier completion:: Finishing words automatically
83 * Index Menu of Subprograms:: A menu of all the types and subprograms 83 * Index Menu of Subprograms:: A menu of all the types and subprograms
84 defined in your application 84 defined in your application
85 * File Browser:: Easy access to your files 85 * File Browser:: Easy access to your files
86 * Automatic Smart Indentation:: Indenting your code automatically as you type 86 * Automatic Smart Indentation:: Indenting your code automatically as you type
87 * Formatting Parameter Lists:: Formating subprograms parameter lists 87 * Formatting Parameter Lists:: Formatting subprograms' parameter lists
88 automatically 88 automatically
89 * Automatic Casing:: Adjusting the case of words automatically 89 * Automatic Casing:: Adjusting the case of words automatically
90 * Statement Templates:: Inserting code templates 90 * Statement Templates:: Inserting code templates
91 * Comment Handling:: Reformatting comments easily 91 * Comment Handling:: Reformatting comments easily
92 * Compiling Executing:: Working with your application within Emacs 92 * Compiling Executing:: Working with your application within Emacs
147 @itemize @bullet 147 @itemize @bullet
148 @item 148 @item
149 switching between spec and body files with eventually 149 switching between spec and body files with eventually
150 auto-generation of body files, 150 auto-generation of body files,
151 @item 151 @item
152 automatic formating of subprograms parameter lists. 152 automatic formatting of subprograms' parameter lists.
153 @item 153 @item
154 automatic smart indentation according to Ada syntax, 154 automatic smart indentation according to Ada syntax,
155 @item 155 @item
156 automatic completion of identifiers, 156 automatic completion of identifiers,
157 @item 157 @item
700 variables and subprograms) defined in that file will be displayed, and 700 variables and subprograms) defined in that file will be displayed, and
701 you can directly click on them to open the right file at the right 701 you can directly click on them to open the right file at the right
702 place. 702 place.
703 703
704 You can activate this mode by typing @key{M-x speedbar} in the editor. 704 You can activate this mode by typing @key{M-x speedbar} in the editor.
705 This will open a new frame. A better way might be to assicate the 705 This will open a new frame. A better way might be to associate the
706 following key binding 706 following key binding
707 707
708 @example 708 @example
709 (global-set-key [f7] 'speedbar-get-focus) 709 (global-set-key [f7] 'speedbar-get-focus)
710 @end example 710 @end example