diff lisp/gnus/gmm-utils.el @ 78486:f0a07da7dd45

Replace `iff' in doc-strings and comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:27:37 +0000
parents 24202b793a08
children 1cb31606209f a3c27999decb
line wrap: on
line diff
--- a/lisp/gnus/gmm-utils.el	Wed Aug 08 07:27:21 2007 +0000
+++ b/lisp/gnus/gmm-utils.el	Wed Aug 08 07:27:37 2007 +0000
@@ -79,7 +79,7 @@
 
 ;;;###autoload
 (defun gmm-widget-p (symbol)
-  "Non-nil iff SYMBOL is a widget."
+  "Non-nil if SYMBOL is a widget."
   (get symbol 'widget-type))
 
 ;; Copy of the `nnmail-lazy' code from `nnmail.el':