/[emacs]/emacs/lisp/dired.el
ViewVC logotype

Diff of /emacs/lisp/dired.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.269 by rms, Tue Sep 30 20:46:04 2003 UTC revision 1.270 by eliz, Sat Nov 1 17:48:00 2003 UTC
# Line 2770  Thus, use \\[backward-page] to find the Line 2770  Thus, use \\[backward-page] to find the
2770  ;; So anything that does not contain these is sort "by name".  ;; So anything that does not contain these is sort "by name".
2771    
2772  (defvar dired-ls-sorting-switches "SXU"  (defvar dired-ls-sorting-switches "SXU"
2773    "String of `ls' switches (single letters) except `t' that influence sorting.")    "String of `ls' switches \(single letters\) except `t' that influence sorting.
2774    
2775    This indicates to Dired which option switches to watch out for because they
2776    will change the sorting order behavior of `ls'.
2777    
2778    To change the default sorting order \(e.g. add a `-v' option\), see the
2779    variable `dired-listing-switches'.  To temporarily override the listing
2780    format, use `\\[universal-argument] \\[dired]'.")
2781    
2782  (defvar dired-sort-by-date-regexp  (defvar dired-sort-by-date-regexp
2783    (concat "^-[^" dired-ls-sorting-switches    (concat "^-[^" dired-ls-sorting-switches

Legend:
Removed from v.1.269  
changed lines
  Added in v.1.270

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26