diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-04-04 20:15:50 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-04-04 20:15:50 +0000 |
commit | a69b0f47ec73ae66404e0902a65864cca6d29cec (patch) | |
tree | 9b93783d05ec64240e545d6f5c68c9fd1ba5c420 | |
parent | 704d70172ab94e9a3d1197a4f0f0f60029bb58dc (diff) | |
download | emacs-a69b0f47ec73ae66404e0902a65864cca6d29cec.tar.gz emacs-a69b0f47ec73ae66404e0902a65864cca6d29cec.tar.bz2 emacs-a69b0f47ec73ae66404e0902a65864cca6d29cec.zip |
(Thumbnails): Minor correction.
-rw-r--r-- | man/ChangeLog | 4 | ||||
-rw-r--r-- | man/misc.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 5d469daf672..8f65ddd5821 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2006-04-04 Richard Stallman <rms@gnu.org> + + * misc.texi (Thumbnails): Minor correction. + 2006-04-04 Simon Josefsson <jas@extundo.com> * gnus.texi (Security): Improve. diff --git a/man/misc.texi b/man/misc.texi index 4fd12965231..42cc1a8ae63 100644 --- a/man/misc.texi +++ b/man/misc.texi @@ -2367,8 +2367,8 @@ or through an external viewer. specify one that has images 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 won't operate if the number of image files exceeds -@code{tumme-show-all-from-dir-max-files}. +files, and it asks for confirmation if the number of image files +exceeds @code{tumme-show-all-from-dir-max-files}. @kindex C-t d @r{(Tumme)} @findex tumme-display-thumbs |