| author | Paul Eggert <eggert@cs.ucla.edu> | 2012-07-29 22:13:47 (GMT) |
|---|---|---|
| committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2012-07-29 22:13:47 (GMT) |
| commit | 6721251f6977b2979c369ad28981b83acc4d3301 (patch) (side-by-side diff) | |
| tree | 99ca831e32070af01e27a0065285b201124392e1 | |
| parent | d6485f1f86e36d02eb069a3bbb688182a76d7c68 (diff) | |
| download | gnus-6721251f6977b2979c369ad28981b83acc4d3301.zip | |
Don't use the abbreviation "win" to refer to Windows (Bug#10421)
| -rw-r--r-- | texi/gnus-faq.texi | 2 | ||||
| -rw-r--r-- | texi/gnus.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/texi/gnus-faq.texi b/texi/gnus-faq.texi index 0c8c850..6c29465 100644 --- a/texi/gnus-faq.texi +++ b/texi/gnus-faq.texi @@ -407,7 +407,7 @@ you want, so let's do it the correct way. The first thing you've got to do is to create a suitable directory (no blanks in directory name please) e.g. c:\myhome. Then you must set the environment -variable HOME to this directory. To do this under Win9x +variable HOME to this directory. To do this under Windows 9x or Me include the line @example diff --git a/texi/gnus.texi b/texi/gnus.texi index 1a22f66..c2f6616 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -29960,7 +29960,7 @@ Here's a typical score file: @lisp (("summary" - ("win95" -10000 nil s) + ("Windows 95" -10000 nil s) ("Gnus")) ("from" ("Lars" -1000)) |
