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 /lisp/progmodes/dcl-mode.el | |
parent | 85adc63f8157bf90ee5a3b9dff94bea4c6f538eb (diff) | |
download | emacs-65e7ca35a69003788134f8c961f561fe6f7a9720.tar.gz emacs-65e7ca35a69003788134f8c961f561fe6f7a9720.tar.bz2 emacs-65e7ca35a69003788134f8c961f561fe6f7a9720.zip |
In doc, use standard American English style for e.g., etc., i.e.
Diffstat (limited to 'lisp/progmodes/dcl-mode.el')
-rw-r--r-- | lisp/progmodes/dcl-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/dcl-mode.el b/lisp/progmodes/dcl-mode.el index 76e94875c8d..8a868883a11 100644 --- a/lisp/progmodes/dcl-mode.el +++ b/lisp/progmodes/dcl-mode.el @@ -168,8 +168,8 @@ nil to get the default indentation. INDENT-TYPE is a symbol indicating what kind of indentation should be done. It can have the following values: - indent the lines indentation should be increased, e.g. after THEN. - outdent the lines indentation should be decreased, e.g a line with ENDIF. + indent the indentation should be increased, e.g., after THEN. + outdent the indentation should be decreased, e.g., a line with ENDIF. first-line indentation for the first line in a buffer or SUBROUTINE. CUR-INDENT is the indentation of the preceding command line. EXTRA-INDENT is the default change in indentation for this line |