emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 717e7a4: Describe dired-do-compress-to in the manua


From: Oleh Krehel
Subject: [Emacs-diffs] master 717e7a4: Describe dired-do-compress-to in the manual
Date: Thu, 22 Oct 2015 10:55:58 +0000

branch: master
commit 717e7a4e8f2f6aa6ae0be33783d208394eef4a0f
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    Describe dired-do-compress-to in the manual
    
    * etc/NEWS: Update.
    
    * lisp/dired-aux.el: Fix typo.
    
    * doc/emacs/dired.texi: Add entry.
---
 doc/emacs/dired.texi |   12 +++++++++++-
 etc/NEWS             |    2 ++
 lisp/dired-aux.el    |    2 +-
 lisp/dired.el        |    2 +-
 4 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi
index b00c974..e7e4944 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
 @cindex compressing files (in Dired)
 @item Z
 Compress the specified files (@code{dired-do-compress}).  If the file
-appears to be a compressed file already, uncompress it instead.
+appears to be a compressed file already, uncompress it instead.  Each
+marked file is compressed into its own archive.
+
address@hidden dired-do-compress-to
address@hidden c @r{(Dired)}
address@hidden compressing files (in Dired)
address@hidden c
+Compress the specified files (@code{dired-do-compress-to}) into a
+single archive anywhere on the file system. The compression algorithm
+is determined by the extension of the archive, see
address@hidden
 
 @findex epa-dired-do-decrypt
 @kindex :d @r{(Dired)}
diff --git a/etc/NEWS b/etc/NEWS
index 0cb814b..8672f99 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -282,6 +282,8 @@ many marked files into a single named archive.  The 
compression
 command is determined from the new `dired-compress-files-alist'
 variable.
 
++++
+
 
 * Editing Changes in Emacs 25.1
 
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 5cece27..46d40d2 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -885,7 +885,7 @@ command with a prefix argument (the value does not matter)."
 
 (defvar dired-compress-file-suffixes
   '(
-    ;; "tar -zxf" isn't used because it's not available the on
+    ;; "tar -zxf" isn't used because it's not available on the
     ;; Solaris10 version of tar. Solaris10 becomes obsolete in 2021.
     ;; Same thing on AIX 7.1.
     ("\\.tar\\.gz\\'" "" "gzip -dc %i | tar -xv")
diff --git a/lisp/dired.el b/lisp/dired.el
index bc0139f..0fe2349 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -3897,7 +3897,7 @@ Ask means pop up a menu for the user to select one of 
copy, move or link."
 
 ;;; Start of automatically extracted autoloads.
 
-;;;### (autoloads nil "dired-aux" "dired-aux.el" 
"b946c1770b736ddc39eeef00c39425e7")
+;;;### (autoloads nil "dired-aux" "dired-aux.el" 
"ce82e4e2d385923def05089e8aedb519")
 ;;; Generated autoloads from dired-aux.el
 
 (autoload 'dired-diff "dired-aux" "\



reply via email to

[Prev in Thread] Current Thread [Next in Thread]