diff lisp/ls-lisp.el @ 111449:132f2dfd549f

Merge from emacs-23
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 09 Nov 2010 15:07:10 -0500
parents b8fde5ef9e14 176c5c4dd786
children 069b19afe352
line wrap: on
line diff
--- a/lisp/ls-lisp.el	Tue Nov 09 10:29:37 2010 +0000
+++ b/lisp/ls-lisp.el	Tue Nov 09 15:07:10 2010 -0500
@@ -220,7 +220,8 @@
 supports ordinary shell wildcards if `ls-lisp-support-shell-wildcards'
 is non-nil; otherwise, it interprets wildcards as regular expressions
 to match file names.  It does not support all `ls' switches -- those
-that work are: A a c i r S s t u U X g G B C R n and F partly."
+that work are: A a B C c F G g h i n R r S s t U u X.  The l switch
+is assumed to be always present and cannot be turned off."
   (if ls-lisp-use-insert-directory-program
       (funcall original-insert-directory
 	       file switches wildcard full-directory-p)