aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2005-07-27 22:20:46 +0000
committerMiles Bader2005-07-27 22:20:46 +0000
commit753f8b0f930d82fc6c5f23144db936129b54d1c6 (patch)
tree1b05256de263e9b146bc78a292b16ddbe6048872
parent4f0c9ba732c47b273fdb409f258570eae51b94e9 (diff)
downloademacs-753f8b0f930d82fc6c5f23144db936129b54d1c6.tar.gz
emacs-753f8b0f930d82fc6c5f23144db936129b54d1c6.zip
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-501
Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 97) - Update from CVS 2005-07-27 Reiner Steib <Reiner.Steib@gmx.de> * man/gnus.texi (Startup Files): Fix name of gnus-site-init-file. Mention that gnus-init-file is not read when Emacs is invoked with --no-init-file or -q.
-rw-r--r--man/ChangeLog6
-rw-r--r--man/gnus.texi8
2 files changed, 11 insertions, 3 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 92341ea9a56..5e72353f896 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,9 @@
12005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
4 Mention that gnus-init-file is not read when Emacs is invoked with
5 --no-init-file or -q.
6
12005-07-22 Eli Zaretskii <eliz@gnu.org> 72005-07-22 Eli Zaretskii <eliz@gnu.org>
2 8
3 * files.texi (Quoted File Names): Add index entry. 9 * files.texi (Quoted File Names): Add index entry.
diff --git a/man/gnus.texi b/man/gnus.texi
index b1d5be22651..3317b85e3e3 100644
--- a/man/gnus.texi
+++ b/man/gnus.texi
@@ -1468,15 +1468,17 @@ startup files. If you want to turn backup creation off, say something like:
1468@vindex gnus-init-file 1468@vindex gnus-init-file
1469@vindex gnus-site-init-file 1469@vindex gnus-site-init-file
1470When Gnus starts, it will read the @code{gnus-site-init-file} 1470When Gnus starts, it will read the @code{gnus-site-init-file}
1471(@file{.../site-lisp/gnus} by default) and @code{gnus-init-file} 1471(@file{.../site-lisp/gnus-init} by default) and @code{gnus-init-file}
1472(@file{~/.gnus} by default) files. These are normal Emacs Lisp files 1472(@file{~/.gnus} by default) files. These are normal Emacs Lisp files
1473and can be used to avoid cluttering your @file{~/.emacs} and 1473and can be used to avoid cluttering your @file{~/.emacs} and
1474@file{site-init} files with Gnus stuff. Gnus will also check for files 1474@file{site-init} files with Gnus stuff. Gnus will also check for files
1475with the same names as these, but with @file{.elc} and @file{.el} 1475with the same names as these, but with @file{.elc} and @file{.el}
1476suffixes. In other words, if you have set @code{gnus-init-file} to 1476suffixes. In other words, if you have set @code{gnus-init-file} to
1477@file{~/.gnus}, it will look for @file{~/.gnus.elc}, @file{~/.gnus.el}, 1477@file{~/.gnus}, it will look for @file{~/.gnus.elc}, @file{~/.gnus.el},
1478and finally @file{~/.gnus} (in this order). 1478and finally @file{~/.gnus} (in this order). If Emacs was invoked with
1479 1479the @option{-q} or @option{--no-init-file} options (@pxref{Initial
1480Options, ,Initial Options, emacs, The Emacs Manual}), Gnus doesn't read
1481@code{gnus-init-file}.
1480 1482
1481 1483
1482@node Auto Save 1484@node Auto Save