]> code.delx.au - gnu-emacs/blobdiff - lisp/ls-lisp.el
Merge from emacs-23
[gnu-emacs] / lisp / ls-lisp.el
index f19143228c50e6ea6628e268c4e2cbbe25079410..15299bc304ef7e91f18b8218d470df56f5987963 100644 (file)
@@ -220,7 +220,8 @@ The Lisp emulation does not run any external programs or shells.  It
 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)