diff options
| author | Glenn Morris | 2007-01-27 23:17:19 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-01-27 23:17:19 +0000 |
| commit | a6d231bb5dd34180b712e0abdccd5a15e07f3ea7 (patch) | |
| tree | f798d6b9450976a7418664674e2c551b781f8200 | |
| parent | 787f4b5a12a39eec7362ed47ddb883f812479c52 (diff) | |
| download | emacs-a6d231bb5dd34180b712e0abdccd5a15e07f3ea7.tar.gz emacs-a6d231bb5dd34180b712e0abdccd5a15e07f3ea7.zip | |
(dired-listing-switches): Fix doc typo.
| -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 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. |
| 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 | ||