[gnus git] branch master updated: m0-5-234-g56144f9 =2= Merge branch 'master' of https://git.gnus.org/gnus ; auth.texi (Help for users): Break long lines
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 56144f96a2ab04718c8ed5dd84d8fb315847480d (commit)
via 69b6eaf84e858ce84f51e5f78a97dcbcc2020727 (commit)
from 053b10988908fa042b0a7efc079e022323b46a99 (commit)
- Log -----------------------------------------------------------------
commit 56144f96a2ab04718c8ed5dd84d8fb315847480d
Merge: 69b6eaf 053b109
Author: Katsumi Yamaoka <[email protected]>
Date: Thu Dec 27 14:54:06 2012 +0000
Merge branch 'master' of https://git.gnus.org/gnus
commit 69b6eaf84e858ce84f51e5f78a97dcbcc2020727
Author: Glenn Morris <[email protected]>
Date: Thu Dec 27 14:53:12 2012 +0000
auth.texi (Help for users): Break long lines
diff --git a/texi/ChangeLog b/texi/ChangeLog
index 8a184e8..fe99de7 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,7 @@
+2012-12-27 Glenn Morris <[email protected]>
+
+ * auth.texi (Help for users): Break long lines.
+
2012-12-25 Lars Ingebrigtsen <[email protected]>
* gnus.texi (Customizing the IMAP Connection): Mention the other
diff --git a/texi/auth.texi b/texi/auth.texi
index f56a604..3da598c 100644
--- a/texi/auth.texi
+++ b/texi/auth.texi
@@ -154,7 +154,8 @@ and simplest configuration is:
(setq auth-sources '((:source "~/.authinfo.gpg")))
;;; even shorter and the @emph{default}:
(setq auth-sources '("~/.authinfo.gpg" "~/.authinfo" "~/.netrc"))
-;;; use the Secrets API @var{Login} collection (@pxref{Secret Service API})
+;;; use the Secrets API @var{Login} collection
+;;; (@pxref{Secret Service API})
(setq auth-sources '("secrets:Login"))
@end lisp
@@ -167,7 +168,8 @@ have unusual setups and the remaining 10% are @emph{really} unusual).
Here's a mixed example using two sources:
@lisp
-(setq auth-sources '((:source (:secrets default) :host "myserver" :user "joe")
+(setq auth-sources '((:source (:secrets default)
+ :host "myserver" :user "joe")
"~/.authinfo.gpg"))
@end lisp
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
texi/ChangeLog | 4 ++++
texi/auth.texi | 6 ++++--
2 files changed, 8 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project