aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/auth.texi4
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 1264400041c..bc22b677288 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12015-02-05 Glenn Morris <rgm@gnu.org>
2
3 * auth.texi (Multiple GMail accounts with Gnus): Markup fix.
4
12015-02-05 Teodor Zlatanov <tzz@lifelogs.com> 52015-02-05 Teodor Zlatanov <tzz@lifelogs.com>
2 6
3 * auth.texi (Multiple GMail accounts with Gnus): Add FAQ. 7 * auth.texi (Multiple GMail accounts with Gnus): Add FAQ.
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi
index d9145bcc2c4..7c0254a9a3a 100644
--- a/doc/misc/auth.texi
+++ b/doc/misc/auth.texi
@@ -247,8 +247,8 @@ names:
247Your netrc entries will then be: 247Your netrc entries will then be:
248 248
249@example 249@example
250machine gmail login account@gmail.com password "accountpassword" port imap 250machine gmail login account@@gmail.com password "accountpassword" port imap
251machine gmail2 login account2@gmail.com password "account2password" port imap 251machine gmail2 login account2@@gmail.com password "account2password" port imap
252@end example 252@end example
253 253
254@node Secret Service API 254@node Secret Service API