aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorGlenn Morris2015-02-05 09:09:36 -0800
committerGlenn Morris2015-02-05 09:09:36 -0800
commit649e21fe2f593263db5ddce373cf8ef2150630d2 (patch)
treeb0faa5e03b96e5603d1fb8b682080c872447ff37 /doc/misc
parent10927c1a0f39d527d9ea1fc4605a0ef400bdff4a (diff)
downloademacs-649e21fe2f593263db5ddce373cf8ef2150630d2.tar.gz
emacs-649e21fe2f593263db5ddce373cf8ef2150630d2.zip
* doc/misc/auth.texi (Multiple GMail accounts with Gnus): Markup fix.
Diffstat (limited to 'doc/misc')
-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