diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2021-08-05 11:40:31 +0100 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2021-08-05 11:40:31 +0100 |
commit | 0b5cc6c567932b38e8638d67abec2b20dc66b42c (patch) | |
tree | 34e66b0ced311a38fa72bee8f81f1f7c331295fe | |
parent | 1505dca91f2ef8de3ea20fb2177539700ac1f2fc (diff) | |
download | emacs-0b5cc6c567932b38e8638d67abec2b20dc66b42c.tar.gz emacs-0b5cc6c567932b38e8638d67abec2b20dc66b42c.tar.bz2 emacs-0b5cc6c567932b38e8638d67abec2b20dc66b42c.zip |
; Fix oauth typos in last change.
-rw-r--r-- | doc/misc/gnus.texi | 2 | ||||
-rw-r--r-- | etc/NEWS | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 015a170e5e1..17da5071cb6 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi @@ -14516,7 +14516,7 @@ this should be set to @code{anonymous}. If this variable isn't set, the normal login methods will be used. If you wish to specify a specific login method to be used, you can set this variable to either @code{login} (the traditional @acronym{IMAP} login method), -@code{plain}, @code{cram-md5} or @code{xoath2}. (The latter method +@code{plain}, @code{cram-md5} or @code{xoauth2}. (The latter method requires using the @file{oauth2.el} library.) @item nnimap-expunge @@ -1000,7 +1000,7 @@ String or list of strings specifying switches for Git log under VC. ** Gnus +++ -*** nnimap now supports the oath2.el library. +*** nnimap now supports the oauth2.el library. +++ *** New Summary buffer sort options for extra headers. |