emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/artist.el, v [EMACS_22_BAS


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/artist.el, v [EMACS_22_BASE]
Date: Wed, 08 Aug 2007 07:22:49 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       07/08/08 07:22:47

Index: artist.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/textmodes/artist.el,v
retrieving revision 1.29.2.1
retrieving revision 1.29.2.2
diff -u -b -r1.29.2.1 -r1.29.2.2
--- artist.el   25 Jul 2007 04:22:13 -0000      1.29.2.1
+++ artist.el   8 Aug 2007 07:22:47 -0000       1.29.2.2
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]