diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-02-12 09:36:54 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-02-12 09:36:54 -0800 |
commit | 65e7ca35a69003788134f8c961f561fe6f7a9720 (patch) | |
tree | 513f7b57162f68f51c4d12c6ef077a55dd5d4e20 /doc/misc/ada-mode.texi | |
parent | 85adc63f8157bf90ee5a3b9dff94bea4c6f538eb (diff) | |
download | emacs-65e7ca35a69003788134f8c961f561fe6f7a9720.tar.gz |
In doc, use standard American English style for e.g., etc., i.e.
Diffstat (limited to 'doc/misc/ada-mode.texi')
-rw-r--r-- | doc/misc/ada-mode.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/ada-mode.texi b/doc/misc/ada-mode.texi index c687ce16877..223911ebb7a 100644 --- a/doc/misc/ada-mode.texi +++ b/doc/misc/ada-mode.texi @@ -72,7 +72,7 @@ existing code and facilitates writing new code. When the Gnu Ada compiler GNAT is used, the cross-reference information output by the compiler is used to provide powerful code -navigation (jump to definition, find all uses, etc). +navigation (jump to definition, find all uses, etc.). When you open a file with a file extension of @file{.ads} or @file{.adb}, Emacs will automatically load and activate Ada mode. @@ -1267,7 +1267,7 @@ Non-@code{nil} means that the current line will also be re-indented before inserting a newline, when you press @key{RET}. @end table -Most of the time, the indentation will be automatic, i.e when you +Most of the time, the indentation will be automatic, i.e., when you press @key{RET}, the cursor will move to the correct column on the next line. |