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/nxml/nxml-mode.el | |
parent | 85adc63f8157bf90ee5a3b9dff94bea4c6f538eb (diff) | |
download | emacs-65e7ca35a69003788134f8c961f561fe6f7a9720.tar.gz |
In doc, use standard American English style for e.g., etc., i.e.
Diffstat (limited to 'lisp/nxml/nxml-mode.el')
-rw-r--r-- | lisp/nxml/nxml-mode.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/nxml/nxml-mode.el b/lisp/nxml/nxml-mode.el index 6c25d903feb..2ee73235dd0 100644 --- a/lisp/nxml/nxml-mode.el +++ b/lisp/nxml/nxml-mode.el @@ -159,12 +159,12 @@ This is not used directly, but only via inheritance by other faces." (defface nxml-comment-delimiter '((t (:inherit font-lock-comment-delimiter-face))) - "Face used for the delimiters of comments, i.e <!-- and -->." + "Face used for the delimiters of comments, i.e., <!-- and -->." :group 'nxml-faces) (defface nxml-processing-instruction-delimiter '((t (:inherit nxml-delimiter))) - "Face used for the delimiters of processing instructions, i.e <? and ?>." + "Face used for the delimiters of processing instructions, i.e., <? and ?>." :group 'nxml-faces) (defface nxml-processing-instruction-target @@ -179,7 +179,7 @@ This is not used directly, but only via inheritance by other faces." (defface nxml-cdata-section-delimiter '((t (:inherit nxml-delimiter))) - "Face used for the delimiters of CDATA sections, i.e <![, [, and ]]>." + "Face used for the delimiters of CDATA sections, i.e., <![, [, and ]]>." :group 'nxml-faces) (defface nxml-cdata-section-CDATA @@ -200,7 +200,7 @@ This includes ths `x' in hex references." (defface nxml-char-ref-delimiter '((t (:inherit nxml-ref))) - "Face used for the delimiters of character references, i.e &# and ;." + "Face used for the delimiters of character references, i.e., &# and ;." :group 'nxml-faces) (defface nxml-entity-ref-name @@ -210,7 +210,7 @@ This includes ths `x' in hex references." (defface nxml-entity-ref-delimiter '((t (:inherit nxml-ref))) - "Face used for the delimiters of entity references, i.e & and ;." + "Face used for the delimiters of entity references, i.e., & and ;." :group 'nxml-faces) (defface nxml-tag-delimiter |