aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/dired.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index 508c5510c9c..7734a9bd69f 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -56,7 +56,7 @@ may contain even `F', `b', `i' and `s'. See also the variable
56`dired-ls-F-marks-symlinks' concerning the `F' switch. 56`dired-ls-F-marks-symlinks' concerning the `F' switch.
57On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp, 57On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp,
58some of the `ls' switches are not supported; see the doc string of 58some of the `ls' switches are not supported; see the doc string of
59`insert-directory' on `ls-lisp.el' for more details." 59`insert-directory' in `ls-lisp.el' for more details."
60 :type 'string 60 :type 'string
61 :group 'dired) 61 :group 'dired)
62 62