auth.texi (Help for users): Break long lines
authorGlenn Morris <rgm@gnu.org>
Thu, 27 Dec 2012 14:53:12 +0000 (14:53 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 27 Dec 2012 14:53:12 +0000 (14:53 +0000)
texi/ChangeLog
texi/auth.texi

index 8a184e8..fe99de7 100644 (file)
@@ -1,3 +1,7 @@
+2012-12-27  Glenn Morris  <rgm@gnu.org>
+
+       * auth.texi (Help for users): Break long lines.
+
 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
 
        * gnus.texi (Customizing the IMAP Connection): Mention the other
index f56a604..3da598c 100644 (file)
@@ -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