diff options
| author | Xue Fuqiao | 2013-10-29 19:58:50 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-10-29 19:58:50 +0800 |
| commit | 142207c0e687e9202d5e8efc54a54f5fc56ccc72 (patch) | |
| tree | 0de0a795cefdeb149dd86a2bd11fe3405884e5cc /doc | |
| parent | 027d950f5c0a7c58ab0fa712bfcc8efaec761af0 (diff) | |
| download | emacs-142207c0e687e9202d5e8efc54a54f5fc56ccc72.tar.gz emacs-142207c0e687e9202d5e8efc54a54f5fc56ccc72.zip | |
* doc/lispref/display.texi (Multi-Frame Images): Improve indexing.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/lispref/display.texi | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 0d649933f56..abb0ebf64bc 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * display.texi (Showing Images): Add an index for image-size. | 3 | * display.texi (Showing Images): Add an index for image-size. |
| 4 | Use @code instead of @var for a normal variable. | 4 | Use @code instead of @var for a normal variable. |
| 5 | (Multi-Frame Images): Add an index for multi-frame images. | 5 | (Multi-Frame Images): Improve indexing. |
| 6 | 6 | ||
| 7 | 2013-10-27 Xue Fuqiao <xfq.free@gmail.com> | 7 | 2013-10-27 Xue Fuqiao <xfq.free@gmail.com> |
| 8 | 8 | ||
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index f24179f6d37..1194e26bdfc 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -5047,6 +5047,8 @@ or @code{nil}, the image animates once only; if @code{t} it loops | |||
| 5047 | forever; if a number animation stops after that many seconds. | 5047 | forever; if a number animation stops after that many seconds. |
| 5048 | @end defun | 5048 | @end defun |
| 5049 | 5049 | ||
| 5050 | @vindex image-minimum-frame-delay | ||
| 5051 | @vindex image-default-frame-delay | ||
| 5050 | @noindent Animation operates by means of a timer. Note that Emacs imposes a | 5052 | @noindent Animation operates by means of a timer. Note that Emacs imposes a |
| 5051 | minimum frame delay of 0.01 (@code{image-minimum-frame-delay}) seconds. | 5053 | minimum frame delay of 0.01 (@code{image-minimum-frame-delay}) seconds. |
| 5052 | If the image itself does not specify a delay, Emacs uses | 5054 | If the image itself does not specify a delay, Emacs uses |