; * doc/lispref/tips.texi (Documentation Tips): Fix typos. (Bug#56802)

This commit is contained in:
Arash Esbati 2022-07-27 19:59:25 +02:00 committed by Eli Zaretskii
parent 970190b844
commit 4ea1f6c7f8

View file

@ -692,7 +692,7 @@ with curved single quotes (@t{..}). There are two exceptions: write
@code{t} and @code{nil} without surrounding punctuation. For example: @code{t} and @code{nil} without surrounding punctuation. For example:
@example @example
CODE can be lambda, nil, or t. CODE can be lambda, nil, or t.
@end example @end example
@noindent @noindent
@ -851,7 +851,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''),
``c.f.'' (for ``in contrast to'') and ``w.r.t.'' (for ``with respect ``cf.'' (for ``in contrast to'') 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.}