diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-10-04 17:36:09 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-10-04 17:36:09 +0200 |
commit | d9bd14975b60aa46408c67aa11a8a57bd5a8772a (patch) | |
tree | b22a90ea8583b9fb44060c48e41ea04f01415347 /doc | |
parent | 849b7756fd31a69791e67dfe010b1e10f0168c83 (diff) | |
download | emacs-d9bd14975b60aa46408c67aa11a8a57bd5a8772a.tar.gz |
image-dired: Shorten several long names
* lisp/image/image-dired.el (image-dired-image-mode-map)
(image-dired-image-mode): Rename from
'image-dired-display-image-mode-map' and
'image-dired-display-image-mode'. Update all uses and make old
names into obsolete aliases.
(image-dired-display-this, image-dired-display-next)
(image-dired-display-previous): Rename from
'image-dired-display-thumbnail-original-image',
'image-dired-display-next-thumbnail-original', and
'image-dired-display-previous-thumbnail-original'. Update all uses
and make old names into obsolete aliases.
* doc/emacs/dired.texi (Image-Dired): Update documentation for the
above changes, and improve indexing.
Diffstat (limited to 'doc')
-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}} |