diff options
| author | Xue Fuqiao | 2013-08-13 10:15:57 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-08-13 10:15:57 +0800 |
| commit | 5c41e9ffeaefbf8d01360c1fc911a324940573ee (patch) | |
| tree | e941149219b7b61061ddf87c47a4f64fc39dc496 | |
| parent | 297a545bb4482efe73456afa4a7d5aae67fd0fdb (diff) | |
| download | emacs-5c41e9ffeaefbf8d01360c1fc911a324940573ee.tar.gz emacs-5c41e9ffeaefbf8d01360c1fc911a324940573ee.zip | |
* doc/lispref/frames.texi (Display Feature Testing): Add an index.
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/frames.texi | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 1c8f239eb9d..cd39f44fc98 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-08-13 Xue Fuqiao <xfq.free@gmail.com> | ||
| 2 | |||
| 3 | * frames.texi (Display Feature Testing): Add an index. | ||
| 4 | |||
| 1 | 2013-08-12 Glenn Morris <rgm@gnu.org> | 5 | 2013-08-12 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME) | 7 | * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME) |
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 37b48cdb6a9..00cf4dc6be4 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -1362,7 +1362,7 @@ Terminals}. | |||
| 1362 | @node Input Focus | 1362 | @node Input Focus |
| 1363 | @section Input Focus | 1363 | @section Input Focus |
| 1364 | @cindex input focus | 1364 | @cindex input focus |
| 1365 | @c @cindex selected frame Duplicates selected-frame | 1365 | @c @cindex selected frame Duplicates selected-frame, same for selected-window. |
| 1366 | 1366 | ||
| 1367 | At any time, one frame in Emacs is the @dfn{selected frame}. The selected | 1367 | At any time, one frame in Emacs is the @dfn{selected frame}. The selected |
| 1368 | window always resides on the selected frame. | 1368 | window always resides on the selected frame. |
| @@ -2391,6 +2391,7 @@ displays returned by @code{display-mm-height} and | |||
| 2391 | @code{display-mm-width} in case the system provides incorrect values. | 2391 | @code{display-mm-width} in case the system provides incorrect values. |
| 2392 | @end defopt | 2392 | @end defopt |
| 2393 | 2393 | ||
| 2394 | @cindex backing store | ||
| 2394 | @defun display-backing-store &optional display | 2395 | @defun display-backing-store &optional display |
| 2395 | This function returns the backing store capability of the display. | 2396 | This function returns the backing store capability of the display. |
| 2396 | Backing store means recording the pixels of windows (and parts of | 2397 | Backing store means recording the pixels of windows (and parts of |