]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/frames.texi (Display Feature Testing): Add indexes.
authorXue Fuqiao <xfq.free@gmail.com>
Tue, 13 Aug 2013 02:45:12 +0000 (10:45 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Tue, 13 Aug 2013 02:45:12 +0000 (10:45 +0800)
doc/lispref/ChangeLog
doc/lispref/frames.texi
lisp/frame.el

index cd39f44fc984ae48928e42771ad20f896155625b..29ab28c0fadb3a8ae39efb77c95e3700561a2ca9 100644 (file)
@@ -1,6 +1,6 @@
 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>
 
index 00cf4dc6be476e08845c157217f9a5beb26000b6..370098c8b622106939c0a8237203ff34aa1f403e 100644 (file)
@@ -2403,6 +2403,7 @@ Values can be the symbols @code{always}, @code{when-mapped}, or
 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
index 31a9123503d86962a6c6b1ee6d824bbaebd6617a..79394bd305beabcf8eef219f4b3dd51138d1d38a 100644 (file)
@@ -1442,6 +1442,8 @@ monitor, use `display-monitor-attributes-list'."
 
 (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