]> git.eshelyaron.com Git - emacs.git/commitdiff
Recommend to avoid unnecessary abbreviations in doc
authorStefan Kangas <stefankangas@gmail.com>
Thu, 30 Apr 2020 16:02:28 +0000 (18:02 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Thu, 30 Apr 2020 16:02:28 +0000 (18:02 +0200)
* doc/lispref/tips.texi (Documentation Tips): Recommend to avoid
unnecessary abbreviations.  (Bug#40011)

doc/lispref/tips.texi

index 3b8da35b6ccfadc6ca17429372043c9a4091d8f2..5b09b2ccea6159c5682886937e39634108240a40 100644 (file)
@@ -820,6 +820,14 @@ since many people are unfamiliar with it and mistake it for a typo.  In
 most cases, the meaning is clear with just ``if''.  Otherwise, try to
 find an alternate phrasing that conveys the meaning.
 
+@item
+Try to avoid using abbreviations such as ``e.g.'' (for ``for
+example''), ``i.e.'' (for ``that is''), ``no.'' (for ``number''),
+``c.f.'' (for ``in contrast to'') and ``w.r.t.'' (for ``with respect
+to'') as much as possible.  It is almost always clearer and easier to
+read the expanded version.@footnote{We do use these occasionally, but
+try not to overdo it.}
+
 @item
 When a command is meaningful only in a certain mode or situation,
 do mention that in the documentation string.  For example,