emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114320: Commentary update


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114320: Commentary update
Date: Tue, 17 Sep 2013 07:43:44 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114320
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2013-09-17 00:43:14 -0700
message:
  Commentary update
modified:
  lisp/ls-lisp.el                lslisp.el-20091113204419-o5vbwnq5f7feedwu-191
=== modified file 'lisp/ls-lisp.el'
--- a/lisp/ls-lisp.el   2013-09-13 14:56:03 +0000
+++ b/lisp/ls-lisp.el   2013-09-17 07:43:14 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]