aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2008-11-28 15:40:38 +0000
committerRichard M. Stallman2008-11-28 15:40:38 +0000
commit39e269064ed0503a16a2b0bc79ab25480b1398b6 (patch)
tree3c84195a88aa0dda10965360dc2f9ed9996d9b64
parent6a7447b34384356df8e0b55cd7c96f54d4024089 (diff)
downloademacs-39e269064ed0503a16a2b0bc79ab25480b1398b6.tar.gz
emacs-39e269064ed0503a16a2b0bc79ab25480b1398b6.zip
(Image-Dired): Avoid passive.
-rw-r--r--doc/emacs/dired.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi
index e2518de6692..492d80851c2 100644
--- a/doc/emacs/dired.texi
+++ b/doc/emacs/dired.texi
@@ -1271,8 +1271,8 @@ file configured by @code{image-dired-db-file}.
1271 1271
1272 To tag image files, mark them in the dired buffer (you can also mark 1272 To tag image files, mark them in the dired buffer (you can also mark
1273files in Dired from the thumbnail buffer by typing @kbd{m}) and type 1273files in Dired from the thumbnail buffer by typing @kbd{m}) and type
1274@kbd{C-t t} (@code{image-dired-tag-files}). You will be prompted for 1274@kbd{C-t t} (@code{image-dired-tag-files}). This reads the tag name
1275a tag. To mark files having a certain tag, type @kbd{C-t f} 1275in the minibuffer. To mark files having a certain tag, type @kbd{C-t f}
1276(@code{image-dired-mark-tagged-files}). After marking image files 1276(@code{image-dired-mark-tagged-files}). After marking image files
1277with a certain tag, you can use @kbd{C-t d} to view them. 1277with a certain tag, you can use @kbd{C-t d} to view them.
1278 1278