From 1df7defd8040839a81909b0eb8f428f6158b2362 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 5 Dec 2012 14:27:56 -0800 Subject: Fix minor whitespace issues after "." in manual. Be more systematic about using "@." (not ".") at end of sentence that ends in a capital letter, and about appending "@:" after non-ends of sentences that end in a lower case letter followed by "." followed by whitespace. Omit unnecessary use of "@:" and "@.". Similarly for "?" and "!". Be more consistent about putting a comma after "i.e." and "e.g."; this is the typical American style and it's easier to code in Texinfo. Fixes: debbugs:12973 --- doc/lispref/abbrevs.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/lispref/abbrevs.texi') diff --git a/doc/lispref/abbrevs.texi b/doc/lispref/abbrevs.texi index 65a83ef5b84..8a6dd05ded2 100644 --- a/doc/lispref/abbrevs.texi +++ b/doc/lispref/abbrevs.texi @@ -132,7 +132,7 @@ abbrev in an abbrev table. When a major mode defines a system abbrev, it should call @code{define-abbrev} and specify @code{t} for the @code{:system} property. Be aware that any saved non-``system'' abbrevs are restored -at startup, i.e. before some major modes are loaded. Therefore, major +at startup, i.e., before some major modes are loaded. Therefore, major modes should not assume that their abbrev tables are empty when they are first loaded. -- cgit v1.2.3