aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorXue Fuqiao2013-12-22 13:20:03 +0800
committerXue Fuqiao2013-12-22 13:20:03 +0800
commit8d3c54a0b225a159002c92bd13ebe1086857dac2 (patch)
treeab66159b8520eb3c8cbb90c9fe8e6f54e7f6f1af /doc
parent6cddebc11bdf10eabf55cac829d06bdec7afab89 (diff)
downloademacs-8d3c54a0b225a159002c92bd13ebe1086857dac2.tar.gz
emacs-8d3c54a0b225a159002c92bd13ebe1086857dac2.zip
Document image-{next, previous}-file, plus some minor tweak.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog2
-rw-r--r--doc/emacs/files.texi8
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 @@
12013-12-22 Xue Fuqiao <xfq.free@gmail.com> 12013-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
1955support for displaying such images. If the displayed image is wider 1957support for displaying such images. If the displayed image is wider
1956or taller than the frame, the usual point motion keys (@kbd{C-f}, 1958or 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
1958displayed. If the image can be animated, the command @kbd{RET} 1960displayed. 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
1962previous image file in the same directory, respectively.
1963
1964If 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.
1960Animation plays once, unless the option @code{image-animate-loop} is 1966Animation plays once, unless the option @code{image-animate-loop} is
1961non-@code{nil}. 1967non-@code{nil}.