diff options
author | Oleh Krehel <ohwoeowho@gmail.com> | 2015-10-22 12:05:59 +0200 |
---|---|---|
committer | Oleh Krehel <ohwoeowho@gmail.com> | 2015-10-22 12:53:21 +0200 |
commit | 717e7a4e8f2f6aa6ae0be33783d208394eef4a0f (patch) | |
tree | ccbd8bf86e41693956d12177c0707ec933c022a5 /lisp | |
parent | 01d2af9c7c9d0720022f027838d17123ca2c9cc2 (diff) | |
download | emacs-717e7a4e8f2f6aa6ae0be33783d208394eef4a0f.tar.gz |
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 'lisp')
-rw-r--r-- | lisp/dired-aux.el | 2 | ||||
-rw-r--r-- | lisp/dired.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 5cece27948f..46d40d2b41e 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 bc0139f84e5..0fe23497912 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" "\ |