aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2023-05-03 14:15:42 +0300
committerEli Zaretskii2023-05-03 14:15:42 +0300
commit3f66b26d64ec25922ff0b17027b0c5a6ed5e9aeb (patch)
tree9a06932ff9979ab2b46164088b515177774c4974
parent4707f6adf6a2e4f40692fa149023552f5a4f7866 (diff)
downloademacs-3f66b26d64ec25922ff0b17027b0c5a6ed5e9aeb.tar.gz
emacs-3f66b26d64ec25922ff0b17027b0c5a6ed5e9aeb.zip
; * lisp/dired.el (dired-insert-directory): Fix a typo in a comment.
-rw-r--r--lisp/dired.el2
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.")
1655 dired-use-ls-dired))) 1655 dired-use-ls-dired)))
1656 ;; Use -N with --dired, to countermand possible non-default 1656 ;; Use -N with --dired, to countermand possible non-default
1657 ;; quoting style, in particular via the environment variable 1657 ;; quoting style, in particular via the environment variable
1658 ;; QUOTINTG_STYLE. 1658 ;; QUOTING_STYLE.
1659 (setq switches (concat "--dired -N " switches))) 1659 (setq switches (concat "--dired -N " switches)))
1660 ;; Expand directory wildcards and fill file-list. 1660 ;; Expand directory wildcards and fill file-list.
1661 (let ((dir-wildcard (insert-directory-wildcard-in-dir-p dir))) 1661 (let ((dir-wildcard (insert-directory-wildcard-in-dir-p dir)))