diff options
| author | Richard M. Stallman | 2008-11-28 15:40:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2008-11-28 15:40:38 +0000 |
| commit | 39e269064ed0503a16a2b0bc79ab25480b1398b6 (patch) | |
| tree | 3c84195a88aa0dda10965360dc2f9ed9996d9b64 | |
| parent | 6a7447b34384356df8e0b55cd7c96f54d4024089 (diff) | |
| download | emacs-39e269064ed0503a16a2b0bc79ab25480b1398b6.tar.gz emacs-39e269064ed0503a16a2b0bc79ab25480b1398b6.zip | |
(Image-Dired): Avoid passive.
| -rw-r--r-- | doc/emacs/dired.texi | 4 |
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 |
| 1273 | files in Dired from the thumbnail buffer by typing @kbd{m}) and type | 1273 | files 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 |
| 1275 | a tag. To mark files having a certain tag, type @kbd{C-t f} | 1275 | in 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 |
| 1277 | with a certain tag, you can use @kbd{C-t d} to view them. | 1277 | with a certain tag, you can use @kbd{C-t d} to view them. |
| 1278 | 1278 | ||