diff options
| author | Glenn Morris | 2010-11-11 00:41:30 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-11-11 00:41:30 -0800 |
| commit | 90639ceacd6842d168bad3a18090a00b8b140c87 (patch) | |
| tree | f21cb8d1697f2e2f9cb58ddeb8798500347ae269 /doc | |
| parent | 606dcd9ebc3b896bef9f63d7bbc606a19eed9d87 (diff) | |
| download | emacs-90639ceacd6842d168bad3a18090a00b8b140c87.tar.gz emacs-90639ceacd6842d168bad3a18090a00b8b140c87.zip | |
* doc/misc/msdog.texi (ls in Lisp): Update for ls-lisp.el changes.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/msdog.texi | 14 |
2 files changed, 10 insertions, 8 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index fe9cd8a73b4..1438cb4f030 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-11-11 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * msdog.texi (ls in Lisp): Update for ls-lisp changes. | ||
| 4 | |||
| 1 | 2010-11-09 Eli Zaretskii <eliz@gnu.org> | 5 | 2010-11-09 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * msdog.texi (Windows HOME): Add information regarding startup | 7 | * msdog.texi (Windows HOME): Add information regarding startup |
diff --git a/doc/emacs/msdog.texi b/doc/emacs/msdog.texi index 3e8d5ef57c1..4be67aa31de 100644 --- a/doc/emacs/msdog.texi +++ b/doc/emacs/msdog.texi | |||
| @@ -285,11 +285,12 @@ on Windows, since many users of Emacs on those platforms prefer the | |||
| 285 | @end table | 285 | @end table |
| 286 | 286 | ||
| 287 | @noindent | 287 | @noindent |
| 288 | Any other value of @code{ls-lisp-emulation} means the same as | 288 | Any other value of @code{ls-lisp-emulation} means the same as @code{GNU}. |
| 289 | @code{GNU}. Note that this option needs to be set @emph{before} | 289 | Customizing this option calls the function @code{ls-lisp-set-options} to |
| 290 | @file{ls-lisp.el} is loaded, which means that on MS-Windows and MS-DOS | 290 | update the 3 dependent options as needed. If you change the value of |
| 291 | you will have to set the value from your @file{.emacs} file and then | 291 | this variable without using customize after @file{ls-lisp.el} is loaded |
| 292 | restart Emacs, since @file{ls-lisp.el} is preloaded. | 292 | (note that it is preloaded on MS-Windows and MS-DOS), you can call that |
| 293 | function manually for the same result. | ||
| 293 | 294 | ||
| 294 | @vindex ls-lisp-support-shell-wildcards | 295 | @vindex ls-lisp-support-shell-wildcards |
| 295 | The variable @code{ls-lisp-support-shell-wildcards} controls how | 296 | The variable @code{ls-lisp-support-shell-wildcards} controls how |
| @@ -925,6 +926,3 @@ click-to-focus policy. | |||
| 925 | @include msdog-xtra.texi | 926 | @include msdog-xtra.texi |
| 926 | @end ifnottex | 927 | @end ifnottex |
| 927 | 928 | ||
| 928 | @ignore | ||
| 929 | arch-tag: f39d2590-5dcc-4318-88d9-0eb73ca10fa2 | ||
| 930 | @end ignore | ||