bug-gnu-emacs
[Top][All Lists]
Advanced

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

Arg list for defimage macro is wrong in ELISP manual


From: Kim F. Storm
Subject: Arg list for defimage macro is wrong in ELISP manual
Date: Wed, 14 Nov 2001 09:39:42 +0000 (GMT)

The ELISP manual for defimage isn't correct re. the arguments to
the macro:

 - Macro: defimage variable doc &rest specs
     This macro defines VARIABLE as an image name.  The second argument,
     DOC, is an optional documentation string.  The remaining
     arguments, SPECS, specify alternative ways to display the image.

whereas C-h d defimage yields:

     defimage is a Lisp macro in `image'.
     (defimage SYMBOL SPECS &optional DOC)
     
     Define SYMBOL as an image.
     
     SPECS is a list of image specifications.  DOC is an optional
     documentation string.


-- 
Kim F. Storm  http://www.cua.dk




reply via email to

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