This change to the manual

   revision 1.198
   date: 2006-01-29 16:59:57 +0000;  author: cyd;  state: Exp;  lines: +2 -2
          * display.texi (Other Display Specs, Image Descriptors):
          Image description is a list, not a cons cell.

replaced (image . PROPS) with (image PROPS).


The old description was correct. The proper format is
  (image . PROPS)                          ==
  (image . (:prop1 val1 :prop2 val2 ...))  ==
  (image :prop1 val1 :prop2 val2 ...)

-- 
Johan Bockgård


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to