]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix `mail-sources' value of `(group)' in Gnus manual (bug#25275)
authorBake Timmons <65pandas@gmail.com>
Tue, 27 Dec 2016 06:39:02 +0000 (06:39 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 27 Dec 2016 06:39:02 +0000 (06:39 +0000)
* 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)

doc/misc/gnus.texi

index c34dd7caf086bf7978e95caf7db6a42ed6e48976..393787c33a38219ec73d1d4386ef8121e77e1d26 100644 (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