diff options
Diffstat (limited to 'doc/emacs/dired.texi')
-rw-r--r-- | doc/emacs/dired.texi | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi index 3dc6f724de0..a9b4ff783d4 100644 --- a/doc/emacs/dired.texi +++ b/doc/emacs/dired.texi @@ -1650,14 +1650,16 @@ directory, and displays them all in the thumbnail buffer. The thumbnails are generated in the background and are loaded as they become available. +@findex image-dired-display-this +@findex image-dired-display-next +@findex image-dired-display-previous With point in the thumbnail buffer, you can type @key{RET} -(@code{image-dired-display-thumbnail-original-image}) to display the -image in another window. Use the arrow keys to move around in the -thumbnail buffer. For easy browsing, use @key{SPC} -(@code{image-dired-display-next-thumbnail-original}) to advance and -display the next image. Typing @key{DEL} -(@code{image-dired-display-previous-thumbnail-original}) backs up to -the previous thumbnail and displays that instead. +(@code{image-dired-display-this}) to display the image in another +window. Use the arrow keys to move around in the thumbnail buffer. +For easy browsing, use @key{SPC} (@code{image-dired-display-next}) to +advance and display the next image. Typing @key{DEL} +(@code{image-dired-display-previous}) backs up to the previous +thumbnail and displays that instead. @vindex image-dired-external-viewer Type @kbd{C-@key{RET}} |