diff options
| author | Joakim Verona | 2013-08-13 04:30:54 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-08-13 04:30:54 +0200 |
| commit | a24dabe5ac4e7d051b9c1d6fc3bc17154ea0d042 (patch) | |
| tree | a7895c881938049c2812e62cce0afc27b4c56178 /doc | |
| parent | 30e2a1217667de18501bba00899c43a6f410906b (diff) | |
| parent | 5c41e9ffeaefbf8d01360c1fc911a324940573ee (diff) | |
| download | emacs-a24dabe5ac4e7d051b9c1d6fc3bc17154ea0d042.tar.gz emacs-a24dabe5ac4e7d051b9c1d6fc3bc17154ea0d042.zip | |
merge from trunk
Diffstat (limited to 'doc')
| -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 |