diff options
| author | Eli Zaretskii | 2017-09-23 17:23:35 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2017-09-23 17:23:35 +0300 |
| commit | 1eef11b7be349767f8b25f27e84e7a6adf0844aa (patch) | |
| tree | 43f4bdcb660e5c7524ee60bedb8e5fcdb30f4c9c | |
| parent | 820739bbb572b30b6ce45756c9960e48dca859af (diff) | |
| download | emacs-1eef11b7be349767f8b25f27e84e7a6adf0844aa.tar.gz emacs-1eef11b7be349767f8b25f27e84e7a6adf0844aa.zip | |
Fix doc string of 'dired-listing-switches'
* lisp/dired.el (dired-listing-switches): Fix the quoting
example. (Bug#28569)
| -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 782d8ffa515..9e09d349f7c 100644 --- a/lisp/dired.el +++ b/lisp/dired.el | |||
| @@ -61,7 +61,7 @@ May contain all other options that don't contradict `-l'; | |||
| 61 | may contain even `F', `b', `i' and `s'. See also the variable | 61 | may contain even `F', `b', `i' and `s'. See also the variable |
| 62 | `dired-ls-F-marks-symlinks' concerning the `F' switch. | 62 | `dired-ls-F-marks-symlinks' concerning the `F' switch. |
| 63 | Options that include embedded whitespace must be quoted | 63 | Options that include embedded whitespace must be quoted |
| 64 | like this: \\\"--option=value with spaces\\\"; you can use | 64 | like this: \"--option=value with spaces\"; you can use |
| 65 | `combine-and-quote-strings' to produce the correct quoting of | 65 | `combine-and-quote-strings' to produce the correct quoting of |
| 66 | each option. | 66 | each option. |
| 67 | On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp, | 67 | On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp, |