[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r102345: * doc/misc/msdog.texi (ls in
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r102345: * doc/misc/msdog.texi (ls in Lisp): Update for ls-lisp.el changes. |
Date: |
Thu, 11 Nov 2010 00:41:30 -0800 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 102345
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2010-11-11 00:41:30 -0800
message:
* doc/misc/msdog.texi (ls in Lisp): Update for ls-lisp.el changes.
modified:
doc/emacs/ChangeLog
doc/emacs/msdog.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog 2010-11-09 20:07:10 +0000
+++ b/doc/emacs/ChangeLog 2010-11-11 08:41:30 +0000
@@ -1,3 +1,7 @@
+2010-11-11 Glenn Morris <address@hidden>
+
+ * msdog.texi (ls in Lisp): Update for ls-lisp changes.
+
2010-11-09 Eli Zaretskii <address@hidden>
* msdog.texi (Windows HOME): Add information regarding startup
=== modified file 'doc/emacs/msdog.texi'
--- a/doc/emacs/msdog.texi 2010-11-06 10:23:33 +0000
+++ b/doc/emacs/msdog.texi 2010-11-11 08:41:30 +0000
@@ -285,11 +285,12 @@
@end table
@noindent
-Any other value of @code{ls-lisp-emulation} means the same as
address@hidden Note that this option needs to be set @emph{before}
address@hidden is loaded, which means that on MS-Windows and MS-DOS
-you will have to set the value from your @file{.emacs} file and then
-restart Emacs, since @file{ls-lisp.el} is preloaded.
+Any other value of @code{ls-lisp-emulation} means the same as @code{GNU}.
+Customizing this option calls the function @code{ls-lisp-set-options} to
+update the 3 dependent options as needed. If you change the value of
+this variable without using customize after @file{ls-lisp.el} is loaded
+(note that it is preloaded on MS-Windows and MS-DOS), you can call that
+function manually for the same result.
@vindex ls-lisp-support-shell-wildcards
The variable @code{ls-lisp-support-shell-wildcards} controls how
@@ -925,6 +926,3 @@
@include msdog-xtra.texi
@end ifnottex
address@hidden
- arch-tag: f39d2590-5dcc-4318-88d9-0eb73ca10fa2
address@hidden ignore
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r102345: * doc/misc/msdog.texi (ls in Lisp): Update for ls-lisp.el changes.,
Glenn Morris <=