[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lispref/display.texi
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lispref/display.texi |
Date: |
Fri, 12 Jul 2002 19:30:17 -0400 |
Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.86 emacs/lispref/display.texi:1.87
*** emacs/lispref/display.texi:1.86 Sun Jul 7 19:58:31 2002
--- emacs/lispref/display.texi Fri Jul 12 19:30:17 2002
***************
*** 2910,2917 ****
@example
(defimage test-image
! '((: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
--- 2910,2917 ----
@example
(defimage test-image
! ((: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