# HG changeset patch # User Richard M. Stallman # Date 1026516617 0 # Node ID 6cf0fbc1d7da7953ba569a15db4ccdae8f73537e # Parent 28eae90ad6970eab9ffca35021a67123e25c21e5 defimage does not evaluate SPECS. diff -r 28eae90ad697 -r 6cf0fbc1d7da lispref/display.texi --- a/lispref/display.texi Fri Jul 12 23:29:39 2002 +0000 +++ b/lispref/display.texi Fri Jul 12 23:30:17 2002 +0000 @@ -2910,8 +2910,8 @@ @example (defimage test-image - '((:type xpm :file "~/test1.xpm") - (:type xbm :file "~/test1.xbm"))) + ((:type xpm :file "~/test1.xpm") + (:type xbm :file "~/test1.xbm"))) @end example @code{defimage} tests each argument, one by one, to see if it is