]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/tips.texi (Documentation Tips): Fix typos. (Bug#56802)
authorArash Esbati <arash@gnu.org>
Wed, 27 Jul 2022 17:59:25 +0000 (19:59 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 27 Jul 2022 19:20:41 +0000 (22:20 +0300)
doc/lispref/tips.texi

index e15ed0cb7cd2b101331dee1a7f959c0a848ab145..1b256f752a3da3b8f91ae31dd023814153823d38 100644 (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:
 
 @example
- CODE can be ‘lambda’, nil, or t.
+CODE can be ‘lambda’, nil, or t.
 @end example
 
 @noindent
@@ -851,7 +851,7 @@ 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
+``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
 read the expanded version.@footnote{We do use these occasionally, but
 try not to overdo it.}