; Correct the meaning of "cf." in tips.texi

Cf. e.g. https://en.wiktionary.org/wiki/cf.

* doc/lispref/tips.texi (Documentation Tips): Correct the meaning of
"cf.".
This commit is contained in:
Štěpán Němec 2022-07-29 09:37:50 +02:00
parent 68093c6db3
commit 2c6a94c5b8

View file

@ -845,7 +845,7 @@ find an alternate phrasing that conveys the meaning.
@item @item
Try to avoid using abbreviations such as ``e.g.'' (for ``for Try to avoid using abbreviations such as ``e.g.'' (for ``for
example''), ``i.e.'' (for ``that is''), ``no.'' (for ``number''), example''), ``i.e.'' (for ``that is''), ``no.'' (for ``number''),
``cf.'' (for ``in contrast to'') and ``w.r.t.'' (for ``with respect ``cf.'' (for ``compare''/``see also'') and ``w.r.t.'' (for ``with respect
to'') as much as possible. It is almost always clearer and easier to to'') as much as possible. It is almost always clearer and easier to
read the expanded version.@footnote{We do use these occasionally, but read the expanded version.@footnote{We do use these occasionally, but
try not to overdo it.} try not to overdo it.}