summaryrefslogtreecommitdiff
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-02-12 09:36:54 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2013-02-12 09:36:54 -0800
commit65e7ca35a69003788134f8c961f561fe6f7a9720 (patch)
tree513f7b57162f68f51c4d12c6ef077a55dd5d4e20 /lisp/textmodes
parent85adc63f8157bf90ee5a3b9dff94bea4c6f538eb (diff)
downloademacs-65e7ca35a69003788134f8c961f561fe6f7a9720.tar.gz
In doc, use standard American English style for e.g., etc., i.e.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/two-column.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el
index c67aa338791..23e90552096 100644
--- a/lisp/textmodes/two-column.el
+++ b/lisp/textmodes/two-column.el
@@ -259,9 +259,9 @@ if that value is non-nil.
These buffers can be edited separately, for example with `fill-paragraph'.
If you want to disable parallel scrolling temporarily, use \\[2C-toggle-autoscroll] .
-If you include long lines, i.e which will span both columns (eg.
-source code), they should be in what will be the first column, with
-the associated buffer having empty lines next to them.
+If you include long lines that span both columns (e.g., source
+code), they should be in what will be the first column, with the
+associated buffer having empty lines next to them.
Potential uses are writing bilingual texts, or editing the comments of a
source code. See the file lisp/two-column.el for detailed examples.