diff options
| -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 |