Mercurial > emacs
comparison lisp/dired.el @ 90743:f83d17e1ace6
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 615-621)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 197-199)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-166
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 30 Jan 2007 22:22:43 +0000 |
parents | 95d0cdf160ea d289216cf933 |
children | e6fdae9180d4 |
comparison
equal
deleted
inserted
replaced
90742:d12279146267 | 90743:f83d17e1ace6 |
---|---|
54 May contain all other options that don't contradict `-l'; | 54 May contain all other options that don't contradict `-l'; |
55 may contain even `F', `b', `i' and `s'. See also the variable | 55 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. |
57 On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp, | 57 On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp, |
58 some of the `ls' switches are not supported; see the doc string of | 58 some 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 |
63 (defvar dired-subdir-switches nil | 63 (defvar dired-subdir-switches nil |
64 "If non-nil, switches passed to `ls' for inserting subdirectories. | 64 "If non-nil, switches passed to `ls' for inserting subdirectories. |