1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

Fix mail-sources' value of (group)' in Gnus manual (bug#25275)

* doc/misc/gnus.texi (Mail Source Specifiers):
Replace wrong `mail-sources' value of `(group)' in Gnus manual with
the correct `((group))' value.  (bug#25275) (tiny change)
This commit is contained in:
Bake Timmons 2016-12-27 06:39:02 +00:00 committed by Katsumi Yamaoka
parent 49c9670535
commit 34b30c1ca4

View file

@ -14656,7 +14656,7 @@ an additional mail source for a particular group by including the
@code{group} mail specifier in @code{mail-sources}, and setting a
@code{mail-source} group parameter (@pxref{Group Parameters}) specifying
a single mail source. When this is used, @code{mail-sources} is
typically just @code{(group)}; the @code{mail-source} parameter for a
typically just @code{((group))}; the @code{mail-source} parameter for a
group might look like this:
@lisp