2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
- * frames.texi (Display Feature Testing): Add an index.
+ * frames.texi (Display Feature Testing): Add indexes.
2013-08-12 Glenn Morris <rgm@gnu.org>
when the question is inapplicable to a certain kind of display.
@end defun
+@cindex SaveUnder feature
@defun display-save-under &optional display
This function returns non-@code{nil} if the display supports the
SaveUnder feature. That feature is used by pop-up windows
(declare-function x-display-backing-store "xfns.c" (&optional terminal))
+;; In NS port, the return value may be `buffered', `retained', or
+;; `non-retained'. See src/nsfns.m.
(defun display-backing-store (&optional display)
"Return the backing store capability of DISPLAY's screen.
The value may be `always', `when-mapped', `not-useful', or nil if