]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/dired-aux.el (dired-compress-files-alist): Minor doc fix.
authorStefan Kangas <stefan@marxist.se>
Sat, 23 Jan 2021 23:53:38 +0000 (00:53 +0100)
committerStefan Kangas <stefan@marxist.se>
Thu, 28 Jan 2021 17:24:45 +0000 (18:24 +0100)
lisp/dired-aux.el

index c765e4be45dfc7287f2c9050867a94cf267da51b..ec864d54d69bc5d792d538b896bc05d98bae1a84 100644 (file)
@@ -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 ()