# HG changeset patch # User Eli Zaretskii # Date 1289037444 -7200 # Node ID 21858bb1a2e7562de179d0d6a20b95a077d5f8a6 # Parent 33be1f38d8b9290eb149faf04b6f96319da32e55 Fix bug #7285. ls-lisp.el (insert-directory): Doc fix. diff -r 33be1f38d8b9 -r 21858bb1a2e7 lisp/ChangeLog --- a/lisp/ChangeLog Sat Nov 06 00:54:19 2010 -0700 +++ b/lisp/ChangeLog Sat Nov 06 11:57:24 2010 +0200 @@ -1,3 +1,7 @@ +2010-11-06 Eli Zaretskii + + * ls-lisp.el (insert-directory): Doc fix. (bug#7285) + 2010-11-07 Wilson Snyder * progmodes/verilog-mode.el (verilog-insert-one-definition) diff -r 33be1f38d8b9 -r 21858bb1a2e7 lisp/ls-lisp.el --- a/lisp/ls-lisp.el Sat Nov 06 00:54:19 2010 -0700 +++ b/lisp/ls-lisp.el Sat Nov 06 11:57:24 2010 +0200 @@ -219,7 +219,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)