diff lispref/tips.texi @ 78503:a3be21a96dd1

(Documentation Tips): Recommend against `iff'.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:56:45 +0000
parents 665e86db2a21
children a1e16e813aed 424b655804ca
line wrap: on
line diff
--- a/lispref/tips.texi	Wed Aug 08 07:56:20 2007 +0000
+++ b/lispref/tips.texi	Wed Aug 08 07:56:45 2007 +0000
@@ -845,6 +845,12 @@
 ``Display text in boldface.''
 
 @item
+Avoid using ``iff'' (a mathematics term meaning ``if and only if''),
+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
 When a command is meaningful only in a certain mode or situation,
 do mention that in the documentation string.  For example,
 the documentation of @code{dired-find-file} is: