aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShengHuo ZHU2003-01-16 01:16:09 +0000
committerShengHuo ZHU2003-01-16 01:16:09 +0000
commit02b5590cee4606a08da26fae5bc9869d9658ed75 (patch)
tree31277af017319c9e091e6dab80c2adb9006bf0d4
parentf53a06c3de8e9529af2cb7783f337022a738d353 (diff)
downloademacs-02b5590cee4606a08da26fae5bc9869d9658ed75.tar.gz
emacs-02b5590cee4606a08da26fae5bc9869d9658ed75.zip
* gnus.texi: Do not use `path' in several locations.
-rw-r--r--man/ChangeLog4
-rw-r--r--man/gnus.texi28
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 @@
12003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
2
3 * gnus.texi: Do not use `path' in several locations.
4
12003-01-09 Francesco Potort,Al(B <pot@gnu.org> 52003-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
10843The path to the active file. 10843The 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
10847The path to the group descriptions file. 10847The 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
10851The path to the news history file. 10851The 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
10855The path to the active date file. 10855The 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
11133The path of the file. Defaults to the value of the @code{MAIL} 11133The file name. Defaults to the value of the @code{MAIL}
11134environment variable or @file{/usr/mail/spool/user-name}. 11134environment 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
11143Or using the default path: 11143Or 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
11186The path of the directory where the files are. There is no default 11186The name of the directory where the files are. There is no default
11187value. 11187value.
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
11320The path of the directory where the mails are stored. The default is 11320The name of the directory where the mails are stored. The default is
11321taken from the @code{MAILDIR} environment variable or 11321taken 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:
12003Go to the group buffer. 12003Go to the group buffer.
12004 12004
12005@item 12005@item
12006Type @kbd{G f} and give the path to the mbox file when prompted to create an 12006Type @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
18713All Gnus path variables will be initialized from this variable, which 18713All Gnus file and directory variables will be initialized from this
18714defaults to @file{~/}. 18714variable, which defaults to @file{~/}.
18715 18715
18716@item gnus-directory 18716@item gnus-directory
18717@vindex gnus-directory 18717@vindex gnus-directory
18718Most Gnus storage path variables will be initialized from this variable, 18718Most Gnus storage file and directory variables will be initialized from
18719which defaults to the @samp{SAVEDIR} environment variable, or 18719this variable, which defaults to the @samp{SAVEDIR} environment
18720@file{~/News/} if that variable isn't set. 18720variable, or @file{~/News/} if that variable isn't set.
18721 18721
18722Note that Gnus is mostly loaded when the @file{.gnus.el} file is read. 18722Note that Gnus is mostly loaded when the @file{.gnus.el} file is read.
18723This means that other directory variables that are initialized from this 18723This means that other directory variables that are initialized from this