diff options
author | Glenn Morris <rgm@gnu.org> | 2017-11-22 17:52:11 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-11-22 17:52:11 -0500 |
commit | 8e40429c960a9dd42103be9c41db5a3af7f9ee25 (patch) | |
tree | f7fbfaf8298e67a6b13d00b16134d0b5c94de1a5 /lisp/dired-aux.el | |
parent | ed2c542920da2a0d99de01e863cbd4ab7dfe13d7 (diff) | |
download | emacs-8e40429c960a9dd42103be9c41db5a3af7f9ee25.tar.gz |
; Fix some doc typos
Diffstat (limited to 'lisp/dired-aux.el')
-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 8fb2c1ff948..12a53e87057 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -1014,7 +1014,7 @@ ARGS are command switches passed to PROGRAM.") "Control the compression shell command for `dired-do-compress-to'. Each element is (REGEXP . CMD), where REGEXP is the name of the -archive to which you want to compress, and CMD the the +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 |