From: Stefan Kangas Date: Sat, 23 Jan 2021 23:53:38 +0000 (+0100) Subject: ; * lisp/dired-aux.el (dired-compress-files-alist): Minor doc fix. X-Git-Tag: emacs-28.0.90~4073 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c601689a40079dd6c253f15a690a3c0cf6918df;p=emacs.git ; * lisp/dired-aux.el (dired-compress-files-alist): Minor doc fix. --- 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 ()