diff options
author | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-06-07 23:00:42 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-06-07 23:00:42 +0000 |
commit | 5e7d4a75cb7ff4c2cc570f6047e8e3defeb55cdb (patch) | |
tree | 33a2f6a44a1e0251b6a9b364e0670fcfa681efc5 /doc | |
parent | 277e67418184c2e7d75ac317da095880c981ccd9 (diff) | |
download | emacs-5e7d4a75cb7ff4c2cc570f6047e8e3defeb55cdb.tar.gz |
Synch with Gnus trunk.
2010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
* gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
* gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
deleting unused directories when gnus-expert-user is t.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/misc/gnus.texi | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index c77e1f1c847..f11d65acc79 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2010-06-07 Teodor Zlatanov <tzz@lifelogs.com> + + * gnus.texi (Interactive): Explain effect of gnus-expert-user better. + 2010-05-26 Michael Albinus <michael.albinus@gmx.de> * eshell.texi (Built-ins): Describe, how to disable a built-in command diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 585c4d6bcb8..3ef173c8db0 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi @@ -22906,8 +22906,11 @@ default. @item gnus-expert-user @vindex gnus-expert-user If this variable is non-@code{nil}, you will seldom be asked any -questions by Gnus. It will simply assume you know what you're doing, no -matter how strange. +questions by Gnus. It will simply assume you know what you're doing, +no matter how strange. For example, quitting Gnus, exiting a group +without an update, catching up with a group, deleting expired +articles, and replying by mail to a news message will not require +confirmation. @item gnus-interactive-catchup @vindex gnus-interactive-catchup |