diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/dired.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el index e3a9d7bc428..1c8d011d765 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -1655,7 +1655,7 @@ see `dired-use-ls-dired' for more details.") dired-use-ls-dired))) ;; Use -N with --dired, to countermand possible non-default ;; quoting style, in particular via the environment variable - ;; QUOTINTG_STYLE. + ;; QUOTING_STYLE. (setq switches (concat "--dired -N " switches))) ;; Expand directory wildcards and fill file-list. (let ((dir-wildcard (insert-directory-wildcard-in-dir-p dir))) |