diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-01-24 00:53:38 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-01-28 18:24:45 +0100 |
commit | 6c601689a40079dd6c253f15a690a3c0cf6918df (patch) | |
tree | d5bb2d28600114d33959bc79fb06fb87e437338c /lisp | |
parent | 91f9d6788e83e619b2df5a30ca4ab9f4be0a11b0 (diff) | |
download | emacs-6c601689a40079dd6c253f15a690a3c0cf6918df.tar.gz emacs-6c601689a40079dd6c253f15a690a3c0cf6918df.tar.bz2 emacs-6c601689a40079dd6c253f15a690a3c0cf6918df.zip |
; * lisp/dired-aux.el (dired-compress-files-alist): Minor doc fix.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/dired-aux.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index c765e4be45d..ec864d54d69 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -1179,7 +1179,7 @@ archive to which you want to compress, and CMD is the corresponding command. Within CMD, %i denotes the input file(s), and %o denotes the -output file. %i path(s) are relative, while %o is absolute.") +output file. %i path(s) are relative, while %o is absolute.") ;;;###autoload (defun dired-do-compress-to () |