summaryrefslogtreecommitdiff
path: root/lisp/gnus/gmm-utils.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-08-08 07:34:30 +0000
committerGlenn Morris <rgm@gnu.org>2007-08-08 07:34:30 +0000
commite7f767c25e3d7abd0a456c838d8c1747649aebff (patch)
tree8f51a8c12c1debf706eeb47e04368fa80451e60c /lisp/gnus/gmm-utils.el
parent3ecd3a56c0b0d9453272308be2aae4fca444e9f3 (diff)
downloademacs-e7f767c25e3d7abd0a456c838d8c1747649aebff.tar.gz
Replace `iff' in doc-strings and comments.
Diffstat (limited to 'lisp/gnus/gmm-utils.el')
-rw-r--r--lisp/gnus/gmm-utils.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gmm-utils.el b/lisp/gnus/gmm-utils.el
index d7e3c344b0e..71a0662f35a 100644
--- a/lisp/gnus/gmm-utils.el
+++ b/lisp/gnus/gmm-utils.el
@@ -79,7 +79,7 @@ ARGS are passed to `message'."
;;;###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':