]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix doc string of 'dired-listing-switches'
authorEli Zaretskii <eliz@gnu.org>
Sat, 23 Sep 2017 14:23:35 +0000 (17:23 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 23 Sep 2017 14:23:35 +0000 (17:23 +0300)
* lisp/dired.el (dired-listing-switches): Fix the quoting
example.  (Bug#28569)

lisp/dired.el

index 782d8ffa515d14182f01a280c9c0b0865683d236..9e09d349f7c46c29897b20a566b296b2429dbeef 100644 (file)
@@ -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
 `dired-ls-F-marks-symlinks' concerning the `F' switch.
 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
 each option.
 On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp,