diff options
Diffstat (limited to 'lispref/display.texi')
-rw-r--r-- | lispref/display.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index c9237bd7983..32a54622c5d 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -2910,8 +2910,8 @@ example: @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 |