diff options
| author | ShengHuo ZHU | 2003-01-16 01:16:09 +0000 |
|---|---|---|
| committer | ShengHuo ZHU | 2003-01-16 01:16:09 +0000 |
| commit | 02b5590cee4606a08da26fae5bc9869d9658ed75 (patch) | |
| tree | 31277af017319c9e091e6dab80c2adb9006bf0d4 | |
| parent | f53a06c3de8e9529af2cb7783f337022a738d353 (diff) | |
| download | emacs-02b5590cee4606a08da26fae5bc9869d9658ed75.tar.gz emacs-02b5590cee4606a08da26fae5bc9869d9658ed75.zip | |
* gnus.texi: Do not use `path' in several locations.
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | man/gnus.texi | 28 |
2 files changed, 18 insertions, 14 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 316a0c2427d..1b1f0ab7bc1 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu> | ||
| 2 | |||
| 3 | * gnus.texi: Do not use `path' in several locations. | ||
| 4 | |||
| 1 | 2003-01-09 Francesco Potort,Al(B <pot@gnu.org> | 5 | 2003-01-09 Francesco Potort,Al(B <pot@gnu.org> |
| 2 | 6 | ||
| 3 | * maintaining.texi (Create Tags Table): Added reference to the new | 7 | * maintaining.texi (Create Tags Table): Added reference to the new |
diff --git a/man/gnus.texi b/man/gnus.texi index 55987a1bce8..66fd0f915df 100644 --- a/man/gnus.texi +++ b/man/gnus.texi | |||
| @@ -10840,19 +10840,19 @@ Where the news lib dir is (@file{/usr/lib/news/} by default). | |||
| 10840 | 10840 | ||
| 10841 | @item nnspool-active-file | 10841 | @item nnspool-active-file |
| 10842 | @vindex nnspool-active-file | 10842 | @vindex nnspool-active-file |
| 10843 | The path to the active file. | 10843 | The name of the active file. |
| 10844 | 10844 | ||
| 10845 | @item nnspool-newsgroups-file | 10845 | @item nnspool-newsgroups-file |
| 10846 | @vindex nnspool-newsgroups-file | 10846 | @vindex nnspool-newsgroups-file |
| 10847 | The path to the group descriptions file. | 10847 | The name of the group descriptions file. |
| 10848 | 10848 | ||
| 10849 | @item nnspool-history-file | 10849 | @item nnspool-history-file |
| 10850 | @vindex nnspool-history-file | 10850 | @vindex nnspool-history-file |
| 10851 | The path to the news history file. | 10851 | The name of the news history file. |
| 10852 | 10852 | ||
| 10853 | @item nnspool-active-times-file | 10853 | @item nnspool-active-times-file |
| 10854 | @vindex nnspool-active-times-file | 10854 | @vindex nnspool-active-times-file |
| 10855 | The path to the active date file. | 10855 | The name of the active date file. |
| 10856 | 10856 | ||
| 10857 | @item nnspool-nov-is-evil | 10857 | @item nnspool-nov-is-evil |
| 10858 | @vindex nnspool-nov-is-evil | 10858 | @vindex nnspool-nov-is-evil |
| @@ -11130,7 +11130,7 @@ Keywords: | |||
| 11130 | 11130 | ||
| 11131 | @table @code | 11131 | @table @code |
| 11132 | @item :path | 11132 | @item :path |
| 11133 | The path of the file. Defaults to the value of the @code{MAIL} | 11133 | The file name. Defaults to the value of the @code{MAIL} |
| 11134 | environment variable or @file{/usr/mail/spool/user-name}. | 11134 | environment variable or @file{/usr/mail/spool/user-name}. |
| 11135 | @end table | 11135 | @end table |
| 11136 | 11136 | ||
| @@ -11140,7 +11140,7 @@ An example file mail source: | |||
| 11140 | (file :path "/usr/spool/mail/user-name") | 11140 | (file :path "/usr/spool/mail/user-name") |
| 11141 | @end lisp | 11141 | @end lisp |
| 11142 | 11142 | ||
| 11143 | Or using the default path: | 11143 | Or using the default file name: |
| 11144 | 11144 | ||
| 11145 | @lisp | 11145 | @lisp |
| 11146 | (file) | 11146 | (file) |
| @@ -11183,7 +11183,7 @@ Keywords: | |||
| 11183 | 11183 | ||
| 11184 | @table @code | 11184 | @table @code |
| 11185 | @item :path | 11185 | @item :path |
| 11186 | The path of the directory where the files are. There is no default | 11186 | The name of the directory where the files are. There is no default |
| 11187 | value. | 11187 | value. |
| 11188 | 11188 | ||
| 11189 | @item :suffix | 11189 | @item :suffix |
| @@ -11317,7 +11317,7 @@ Keywords: | |||
| 11317 | 11317 | ||
| 11318 | @table @code | 11318 | @table @code |
| 11319 | @item :path | 11319 | @item :path |
| 11320 | The path of the directory where the mails are stored. The default is | 11320 | The name of the directory where the mails are stored. The default is |
| 11321 | taken from the @code{MAILDIR} environment variable or | 11321 | taken from the @code{MAILDIR} environment variable or |
| 11322 | @samp{~/Maildir/}. | 11322 | @samp{~/Maildir/}. |
| 11323 | @item :subdirs | 11323 | @item :subdirs |
| @@ -12003,7 +12003,7 @@ Here's how: | |||
| 12003 | Go to the group buffer. | 12003 | Go to the group buffer. |
| 12004 | 12004 | ||
| 12005 | @item | 12005 | @item |
| 12006 | Type @kbd{G f} and give the path to the mbox file when prompted to create an | 12006 | Type @kbd{G f} and give the name of the mbox file when prompted to create an |
| 12007 | @code{nndoc} group from the mbox file (@pxref{Foreign Groups}). | 12007 | @code{nndoc} group from the mbox file (@pxref{Foreign Groups}). |
| 12008 | 12008 | ||
| 12009 | @item | 12009 | @item |
| @@ -18710,14 +18710,14 @@ to non-existent domains is yucky, in my opinion. | |||
| 18710 | @table @code | 18710 | @table @code |
| 18711 | 18711 | ||
| 18712 | @item gnus-home-directory | 18712 | @item gnus-home-directory |
| 18713 | All Gnus path variables will be initialized from this variable, which | 18713 | All Gnus file and directory variables will be initialized from this |
| 18714 | defaults to @file{~/}. | 18714 | variable, which defaults to @file{~/}. |
| 18715 | 18715 | ||
| 18716 | @item gnus-directory | 18716 | @item gnus-directory |
| 18717 | @vindex gnus-directory | 18717 | @vindex gnus-directory |
| 18718 | Most Gnus storage path variables will be initialized from this variable, | 18718 | Most Gnus storage file and directory variables will be initialized from |
| 18719 | which defaults to the @samp{SAVEDIR} environment variable, or | 18719 | this variable, which defaults to the @samp{SAVEDIR} environment |
| 18720 | @file{~/News/} if that variable isn't set. | 18720 | variable, or @file{~/News/} if that variable isn't set. |
| 18721 | 18721 | ||
| 18722 | Note that Gnus is mostly loaded when the @file{.gnus.el} file is read. | 18722 | Note that Gnus is mostly loaded when the @file{.gnus.el} file is read. |
| 18723 | This means that other directory variables that are initialized from this | 18723 | This means that other directory variables that are initialized from this |