]> code.delx.au - gnu-emacs/blobdiff - man/dired.texi
Move defvars out of eval-when-compile. Use
[gnu-emacs] / man / dired.texi
index a4611fa5df9f2ade81da40151b7941599a293f1a..13bd5115f1fc1e37d36c965772f1121476ca432d 100644 (file)
@@ -1211,16 +1211,20 @@ certain tag, they can be viewed as explained earlier, by typing
 
   You can also tag a file from the thumbnail buffer by typing @kbd{t
 t} and remove it by typing @kbd{t r}.  There is also a special ``tag''
-called ``comment'' for each file.  That is used to enter a comment or
-description about the image.  You comment a file from the thumbnail
-buffer by typing @kbd{c}.  You will be prompted for a comment.
-
-  Tumme also provide simple image manipulation commands, like rotating
-thumbnails and original image files.  In the thumbnail buffer, type
-@kbd{L} to rotate the original image 90 degrees anti clockwise, and
-@kbd{R} to rotate it 90 degrees clockwise.  This rotation will be done
-lossless (the image quality will not be reduced) and needs an external
-utility called JpegTRAN to work.
+called ``comment'' for each file (it is not a tag in the exact same
+sense as the other tags, it is handled slightly different).  That is
+used to enter a comment or description about the image.  You comment a
+file from the thumbnail buffer by typing @kbd{c}.  You will be
+prompted for a comment.  Comments can also be added from Dired, and
+then also to multiple files at once, by typing @kbd{C-t c}
+(@code{tumme-dired-comment-files}).
+
+  Tumme also provides simple image manipulation commands, like
+rotating thumbnails and original image files.  In the thumbnail
+buffer, type @kbd{L} to rotate the original image 90 degrees anti
+clockwise, and @kbd{R} to rotate it 90 degrees clockwise.  This
+rotation will be done lossless (the image quality will not be reduced)
+and needs an external utility called JpegTRAN to work.
 
 @node Misc Dired Features
 @section Other Dired Features