From: Eli Zaretskii Date: Wed, 3 May 2023 11:15:42 +0000 (+0300) Subject: ; * lisp/dired.el (dired-insert-directory): Fix a typo in a comment. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3f66b26d64ec25922ff0b17027b0c5a6ed5e9aeb;p=emacs.git ; * lisp/dired.el (dired-insert-directory): Fix a typo in a comment. --- 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)))