diff options
| author | Oleh Krehel | 2015-10-22 12:05:59 +0200 |
|---|---|---|
| committer | Oleh Krehel | 2015-10-22 12:53:21 +0200 |
| commit | 717e7a4e8f2f6aa6ae0be33783d208394eef4a0f (patch) | |
| tree | ccbd8bf86e41693956d12177c0707ec933c022a5 /doc | |
| parent | 01d2af9c7c9d0720022f027838d17123ca2c9cc2 (diff) | |
| download | emacs-717e7a4e8f2f6aa6ae0be33783d208394eef4a0f.tar.gz emacs-717e7a4e8f2f6aa6ae0be33783d208394eef4a0f.zip | |
Describe dired-do-compress-to in the manual
* etc/NEWS: Update.
* lisp/dired-aux.el: Fix typo.
* doc/emacs/dired.texi: Add entry.
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)} |