# HG changeset patch # User Glenn Morris # Date 1289464890 28800 # Node ID 044912d48e68536f69e2e5c50f455af4a8686d90 # Parent 82e69613602ecd3eaa12c75fc2fbdbeed8d4b204 * doc/misc/msdog.texi (ls in Lisp): Update for ls-lisp.el changes. diff -r 82e69613602e -r 044912d48e68 doc/emacs/ChangeLog --- a/doc/emacs/ChangeLog Thu Nov 11 00:28:35 2010 -0800 +++ b/doc/emacs/ChangeLog Thu Nov 11 00:41:30 2010 -0800 @@ -1,3 +1,7 @@ +2010-11-11 Glenn Morris + + * msdog.texi (ls in Lisp): Update for ls-lisp changes. + 2010-11-09 Eli Zaretskii * msdog.texi (Windows HOME): Add information regarding startup diff -r 82e69613602e -r 044912d48e68 doc/emacs/msdog.texi --- a/doc/emacs/msdog.texi Thu Nov 11 00:28:35 2010 -0800 +++ b/doc/emacs/msdog.texi Thu Nov 11 00:41:30 2010 -0800 @@ -285,11 +285,12 @@ @end table @noindent -Any other value of @code{ls-lisp-emulation} means the same as -@code{GNU}. Note that this option needs to be set @emph{before} -@file{ls-lisp.el} 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 -@ignore - arch-tag: f39d2590-5dcc-4318-88d9-0eb73ca10fa2 -@end ignore