diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/dired.texi | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi index b00c974ef2c..e7e49445b54 100644 --- a/doc/emacs/dired.texi +++ b/doc/emacs/dired.texi | |||
| @@ -722,7 +722,17 @@ suitable guess made using the variables @code{lpr-command} and | |||
| 722 | @cindex compressing files (in Dired) | 722 | @cindex compressing files (in Dired) |
| 723 | @item Z | 723 | @item Z |
| 724 | Compress the specified files (@code{dired-do-compress}). If the file | 724 | Compress the specified files (@code{dired-do-compress}). If the file |
| 725 | appears to be a compressed file already, uncompress it instead. | 725 | appears to be a compressed file already, uncompress it instead. Each |
| 726 | marked file is compressed into its own archive. | ||
| 727 | |||
| 728 | @findex dired-do-compress-to | ||
| 729 | @kindex c @r{(Dired)} | ||
| 730 | @cindex compressing files (in Dired) | ||
| 731 | @item c | ||
| 732 | Compress the specified files (@code{dired-do-compress-to}) into a | ||
| 733 | single archive anywhere on the file system. The compression algorithm | ||
| 734 | is determined by the extension of the archive, see | ||
| 735 | @code{dired-compress-files-alist}. | ||
| 726 | 736 | ||
| 727 | @findex epa-dired-do-decrypt | 737 | @findex epa-dired-do-decrypt |
| 728 | @kindex :d @r{(Dired)} | 738 | @kindex :d @r{(Dired)} |