diff options
| author | Xue Fuqiao | 2015-07-09 20:24:53 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2015-07-09 20:24:53 +0800 |
| commit | 20368cc0120cae589bb70fc313a5ba54117d04b1 (patch) | |
| tree | 9abce699accef1e9108e5f06261b337ee249414b | |
| parent | 66c79b2d8f526ae38deeccb28a98a6bd0e31d454 (diff) | |
| download | emacs-20368cc0120cae589bb70fc313a5ba54117d04b1.tar.gz emacs-20368cc0120cae589bb70fc313a5ba54117d04b1.zip | |
; Improve documentation of image-goto-frame
| -rw-r--r-- | doc/emacs/files.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index c89d3f2b5c7..6ff59b42c73 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi | |||
| @@ -1988,8 +1988,8 @@ non-@code{nil}. With @kbd{f} (@code{image-next-frame}) and @kbd{b} | |||
| 1988 | (@code{image-previous-frame}) you can step through the individual | 1988 | (@code{image-previous-frame}) you can step through the individual |
| 1989 | frames. Both commands accept a numeric prefix to step through several | 1989 | frames. Both commands accept a numeric prefix to step through several |
| 1990 | frames at once. You can go to a specific frame with @kbd{F} | 1990 | frames at once. You can go to a specific frame with @kbd{F} |
| 1991 | (@code{image-goto-frame}). Typing @kbd{a +} | 1991 | (@code{image-goto-frame}). Frames are indexed from 1. Typing @kbd{a |
| 1992 | (@code{image-increase-speed}) increases the speed of the animation, | 1992 | +} (@code{image-increase-speed}) increases the speed of the animation, |
| 1993 | @kbd{a -} (@code{image-decrease-speed}) decreases it, and @kbd{a r} | 1993 | @kbd{a -} (@code{image-decrease-speed}) decreases it, and @kbd{a r} |
| 1994 | (@code{image-reverse-speed}) reverses it. The command @kbd{a 0} | 1994 | (@code{image-reverse-speed}) reverses it. The command @kbd{a 0} |
| 1995 | (@code{image-reset-speed}) resets the speed to the original value. | 1995 | (@code{image-reset-speed}) resets the speed to the original value. |