aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/frame.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index 31a9123503d..79394bd305b 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -1442,6 +1442,8 @@ monitor, use `display-monitor-attributes-list'."
1442 1442
1443(declare-function x-display-backing-store "xfns.c" (&optional terminal)) 1443(declare-function x-display-backing-store "xfns.c" (&optional terminal))
1444 1444
1445;; In NS port, the return value may be `buffered', `retained', or
1446;; `non-retained'. See src/nsfns.m.
1445(defun display-backing-store (&optional display) 1447(defun display-backing-store (&optional display)
1446 "Return the backing store capability of DISPLAY's screen. 1448 "Return the backing store capability of DISPLAY's screen.
1447The value may be `always', `when-mapped', `not-useful', or nil if 1449The value may be `always', `when-mapped', `not-useful', or nil if