diff options
| author | Richard M. Stallman | 2002-07-12 23:30:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-07-12 23:30:17 +0000 |
| commit | f43c34a094de55160cb4b36647bd459d5be29649 (patch) | |
| tree | d0f6e93089fa50aab322fa3a5ce7ff637330c0a1 | |
| parent | 4494f50d122a10a83d5b6dc53c5ff0094c4b9d3e (diff) | |
| download | emacs-f43c34a094de55160cb4b36647bd459d5be29649.tar.gz emacs-f43c34a094de55160cb4b36647bd459d5be29649.zip | |
defimage does not evaluate SPECS.
| -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: | |||
| 2910 | 2910 | ||
| 2911 | @example | 2911 | @example |
| 2912 | (defimage test-image | 2912 | (defimage test-image |
| 2913 | '((:type xpm :file "~/test1.xpm") | 2913 | ((:type xpm :file "~/test1.xpm") |
| 2914 | (:type xbm :file "~/test1.xbm"))) | 2914 | (:type xbm :file "~/test1.xbm"))) |
| 2915 | @end example | 2915 | @end example |
| 2916 | 2916 | ||
| 2917 | @code{defimage} tests each argument, one by one, to see if it is | 2917 | @code{defimage} tests each argument, one by one, to see if it is |