diff options
author | Glenn Morris <rgm@gnu.org> | 2013-09-17 00:43:14 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-09-17 00:43:14 -0700 |
commit | 16bda9698e9ef514ce57f35933902d685f84e865 (patch) | |
tree | 662cc507e314e44d26bb6c849148fc5e465b89d3 /lisp/ls-lisp.el | |
parent | 90582f05bc41bb832716926be1593c66b8219151 (diff) | |
download | emacs-16bda9698e9ef514ce57f35933902d685f84e865.tar.gz |
Commentary update
Diffstat (limited to 'lisp/ls-lisp.el')
-rw-r--r-- | lisp/ls-lisp.el | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el index 9ffbd2ccf56..67bcdc8c82b 100644 --- a/lisp/ls-lisp.el +++ b/lisp/ls-lisp.el @@ -27,11 +27,9 @@ ;; OVERVIEW ========================================================== -;; This file redefines the function `insert-directory' to implement it -;; directly from Emacs lisp, without running ls in a subprocess. It -;; is useful if you cannot afford to fork Emacs on a real memory UNIX, -;; or other non-UNIX platforms if you don't have the ls -;; program, or if you want a different format from what ls offers. +;; This file advises the function `insert-directory' to implement it +;; directly from Emacs lisp, without running ls in a subprocess. +;; This is useful if you don't have ls installed (ie, on MS Windows). ;; This function can use regexps instead of shell wildcards. If you ;; enter regexps remember to double each $ sign. For example, to |