]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-ls-sorting-switches): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 1 Nov 2003 17:48:54 +0000 (17:48 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 1 Nov 2003 17:48:54 +0000 (17:48 +0000)
lisp/ChangeLog
lisp/dired.el

index 11fad844e8083ab4fafe354b3a4798432f7276d3..b0e7c8aac217b6c555af4486de01f42880f482a0 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
+
+       * dired.el (dired-ls-sorting-switches): Doc fix.
+
 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
 
        * emacs-lisp/rx.el (rx-or): Fix the case of 
index c3c4188aba7c07be925187b8e95eac9458c62bd6..b7fe389827b098e2f689ff120c15f55c5c061c98 100644 (file)
@@ -2770,7 +2770,14 @@ Thus, use \\[backward-page] to find the beginning of a group of errors."
 ;; So anything that does not contain these is sort "by name".
 
 (defvar dired-ls-sorting-switches "SXU"
-  "String of `ls' switches (single letters) except `t' that influence sorting.")
+  "String of `ls' switches \(single letters\) except `t' that influence sorting.
+
+This indicates to Dired which option switches to watch out for because they
+will change the sorting order behavior of `ls'.
+
+To change the default sorting order \(e.g. add a `-v' option\), see the
+variable `dired-listing-switches'.  To temporarily override the listing
+format, use `\\[universal-argument] \\[dired]'.")
 
 (defvar dired-sort-by-date-regexp
   (concat "^-[^" dired-ls-sorting-switches