emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 1eef11b 1/5: Fix doc string of 'dired-listing-swi


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 1eef11b 1/5: Fix doc string of 'dired-listing-switches'
Date: Fri, 29 Sep 2017 06:28:26 -0400 (EDT)

branch: emacs-26
commit 1eef11b7be349767f8b25f27e84e7a6adf0844aa
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix doc string of 'dired-listing-switches'
    
    * lisp/dired.el (dired-listing-switches): Fix the quoting
    example.  (Bug#28569)
---
 lisp/dired.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/dired.el b/lisp/dired.el
index 782d8ff..9e09d34 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]