diff lisp/prim/glyphs.el @ 114:8619ce7e4c50 r20-1b9

Import from CVS: tag r20-1b9
author cvs
date Mon, 13 Aug 2007 09:21:54 +0200
parents 0d2f883870bc
children cca96a509cfe
line wrap: on
line diff
--- a/lisp/prim/glyphs.el	Mon Aug 13 09:20:50 2007 +0200
+++ b/lisp/prim/glyphs.el	Mon Aug 13 09:21:54 2007 +0200
@@ -465,7 +465,8 @@
   (and (image-instance-p object) (eq 'pointer (image-instance-type object))))
 
 (defun subwindow-image-instance-p (object)
-  "t if OBJECT is an image instance of type `subwindow'."
+  "t if OBJECT is an image instance of type `subwindow'.
+Subwindows are not implemented in this version of XEmacs."
   (and (image-instance-p object) (eq 'subwindow (image-instance-type object))))
 
 ;;;;;;;;;; the built-in glyphs