diff options
author | Karl Berry <karl@gnu.org> | 2007-04-25 23:23:33 +0000 |
---|---|---|
committer | Karl Berry <karl@gnu.org> | 2007-04-25 23:23:33 +0000 |
commit | b8e5a12939f7f847668a39a2d972232a74156b21 (patch) | |
tree | b2661f7e3015d173aae6a04c7275b7ce34984fab /man | |
parent | 77ae614b7687bfc7998216258be0571023f7f2f8 (diff) | |
download | emacs-b8e5a12939f7f847668a39a2d972232a74156b21.tar.gz |
last-minute better break
Diffstat (limited to 'man')
-rw-r--r-- | man/ChangeLog | 4 | ||||
-rw-r--r-- | man/dired.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 3981e0c7d25..14961e07d02 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2007-04-25 Karl Berry <karl@gnu.org> + + * dired.texi (Image-Dired): Improve line break, fix typo. + 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com> * calc.texi (Reporting bugs): Update maintainer's address. diff --git a/man/dired.texi b/man/dired.texi index 922914a123f..edd4e0652c4 100644 --- a/man/dired.texi +++ b/man/dired.texi @@ -1196,13 +1196,13 @@ buffer containing image-dired, corresponding to the marked files. You can also enter Image-Dired directly by typing @kbd{M-x image-dired}. This prompts for a directory; specify one that has -images files. This creates thumbnails for all the images in that +image files. This creates thumbnails for all the images in that directory, and displays them all in the ``thumbnail buffer.'' This takes a long time if the directory contains many image files, and it asks for confirmation if the number of image files exceeds @code{image-dired-show-all-from-dir-max-files}. - With point in the thumbnail buffer, type @kbd{RET} + With point in the thumbnail buffer, you can type @kbd{RET} (@code{image-dired-display-thumbnail-original-image}) to display a sized version of it in another window. This sizes the image to fit the window. Use the arrow keys to move around in the buffer. For |