mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 07:41:28 -08:00
Fix doc string of 'dired-listing-switches'
* lisp/dired.el (dired-listing-switches): Fix the quoting example. (Bug#28569)
This commit is contained in:
parent
820739bbb5
commit
1eef11b7be
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ May contain all other options that don't contradict `-l';
|
||||||
may contain even `F', `b', `i' and `s'. See also the variable
|
may contain even `F', `b', `i' and `s'. See also the variable
|
||||||
`dired-ls-F-marks-symlinks' concerning the `F' switch.
|
`dired-ls-F-marks-symlinks' concerning the `F' switch.
|
||||||
Options that include embedded whitespace must be quoted
|
Options that include embedded whitespace must be quoted
|
||||||
like this: \\\"--option=value with spaces\\\"; you can use
|
like this: \"--option=value with spaces\"; you can use
|
||||||
`combine-and-quote-strings' to produce the correct quoting of
|
`combine-and-quote-strings' to produce the correct quoting of
|
||||||
each option.
|
each option.
|
||||||
On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp,
|
On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue