diff options
| author | Bake Timmons | 2016-12-27 06:39:02 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2016-12-27 06:39:02 +0000 |
| commit | 34b30c1ca4ff2f01bf716542d3dc85ef300df75a (patch) | |
| tree | 0cd89d2987af4151239a751c619dba70197de8d5 | |
| parent | 49c9670535ecfb4ba4a4473862852ad80ad15abe (diff) | |
| download | emacs-34b30c1ca4ff2f01bf716542d3dc85ef300df75a.tar.gz emacs-34b30c1ca4ff2f01bf716542d3dc85ef300df75a.zip | |
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)
| -rw-r--r-- | doc/misc/gnus.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index c34dd7caf08..393787c33a3 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -14656,7 +14656,7 @@ an additional mail source for a particular group by including the | |||
| 14656 | @code{group} mail specifier in @code{mail-sources}, and setting a | 14656 | @code{group} mail specifier in @code{mail-sources}, and setting a |
| 14657 | @code{mail-source} group parameter (@pxref{Group Parameters}) specifying | 14657 | @code{mail-source} group parameter (@pxref{Group Parameters}) specifying |
| 14658 | a single mail source. When this is used, @code{mail-sources} is | 14658 | a single mail source. When this is used, @code{mail-sources} is |
| 14659 | typically just @code{(group)}; the @code{mail-source} parameter for a | 14659 | typically just @code{((group))}; the @code{mail-source} parameter for a |
| 14660 | group might look like this: | 14660 | group might look like this: |
| 14661 | 14661 | ||
| 14662 | @lisp | 14662 | @lisp |