diff lisp/textmodes/artist.el @ 78482:80e300a489d6

Replace `iff' in doc-strings and comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:22:47 +0000
parents b6d25790aab2
children dc100f64b2b7 003285de78e4 424b655804ca
line wrap: on
line diff
--- a/lisp/textmodes/artist.el	Wed Aug 08 07:21:23 2007 +0000
+++ b/lisp/textmodes/artist.el	Wed Aug 08 07:22:47 2007 +0000
@@ -1768,7 +1768,7 @@
 ;; Macro that won't funcall the function if it is nil.
 ;;
 (defmacro artist-funcall (fn &rest args)
-  "Call function FN with ARGS iff FN is not nil."
+  "Call function FN with ARGS, if FN is not nil."
   (list 'if fn (cons 'funcall (cons fn args))))
 
 (defun artist-uniq (l)