diff options
| author | Xue Fuqiao | 2013-12-22 13:20:03 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-12-22 13:20:03 +0800 |
| commit | 8d3c54a0b225a159002c92bd13ebe1086857dac2 (patch) | |
| tree | ab66159b8520eb3c8cbb90c9fe8e6f54e7f6f1af /doc | |
| parent | 6cddebc11bdf10eabf55cac829d06bdec7afab89 (diff) | |
| download | emacs-8d3c54a0b225a159002c92bd13ebe1086857dac2.tar.gz emacs-8d3c54a0b225a159002c92bd13ebe1086857dac2.zip | |
Document image-{next, previous}-file, plus some minor tweak.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/emacs/files.texi | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index de8dea74501..64b77d9c1da 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2013-12-22 Xue Fuqiao <xfq.free@gmail.com> | 1 | 2013-12-22 Xue Fuqiao <xfq.free@gmail.com> |
| 2 | 2 | ||
| 3 | * files.texi (File Conveniences): Document `image-next-file' and `image-previous-file'. | ||
| 4 | |||
| 3 | * display.texi (Optional Mode Line): Fix an index. | 5 | * display.texi (Optional Mode Line): Fix an index. |
| 4 | 6 | ||
| 5 | * regs.texi (File Registers): Document `kmacro-to-register'. | 7 | * regs.texi (File Registers): Document `kmacro-to-register'. |
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 4117248cbe4..c28a30bf823 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi | |||
| @@ -1944,6 +1944,8 @@ point. Partial Completion mode offers other features extending | |||
| 1944 | @findex image-mode | 1944 | @findex image-mode |
| 1945 | @findex image-toggle-display | 1945 | @findex image-toggle-display |
| 1946 | @findex image-toggle-animation | 1946 | @findex image-toggle-animation |
| 1947 | @findex image-next-file | ||
| 1948 | @findex image-previous-file | ||
| 1947 | @cindex images, viewing | 1949 | @cindex images, viewing |
| 1948 | @cindex image animation | 1950 | @cindex image animation |
| 1949 | @cindex animated images | 1951 | @cindex animated images |
| @@ -1955,7 +1957,11 @@ Displaying the file as an image works only if Emacs is compiled with | |||
| 1955 | support for displaying such images. If the displayed image is wider | 1957 | support for displaying such images. If the displayed image is wider |
| 1956 | or taller than the frame, the usual point motion keys (@kbd{C-f}, | 1958 | or taller than the frame, the usual point motion keys (@kbd{C-f}, |
| 1957 | @kbd{C-p}, and so forth) cause different parts of the image to be | 1959 | @kbd{C-p}, and so forth) cause different parts of the image to be |
| 1958 | displayed. If the image can be animated, the command @kbd{RET} | 1960 | displayed. You can press @kbd{n} (@code{image-next-file}) and @kbd{p} |
| 1961 | (@code{image-previous-file}) to visit the next image file and the | ||
| 1962 | previous image file in the same directory, respectively. | ||
| 1963 | |||
| 1964 | If the image can be animated, the command @kbd{RET} | ||
| 1959 | (@code{image-toggle-animation}) starts or stops the animation. | 1965 | (@code{image-toggle-animation}) starts or stops the animation. |
| 1960 | Animation plays once, unless the option @code{image-animate-loop} is | 1966 | Animation plays once, unless the option @code{image-animate-loop} is |
| 1961 | non-@code{nil}. | 1967 | non-@code{nil}. |