summaryrefslogtreecommitdiff
path: root/doc/misc/auth.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-12-22 13:12:07 -0800
committerGlenn Morris <rgm@gnu.org>2012-12-22 13:12:07 -0800
commit9fbc8f464285f37b9c6f85345a499b0e7cc2a681 (patch)
tree8c00a7e0e4ba0e5cdb4874ce735f25eccfa16f4e /doc/misc/auth.texi
parentceccabdb93e2fc0509e8e70223fcc659376506f2 (diff)
downloademacs-9fbc8f464285f37b9c6f85345a499b0e7cc2a681.tar.gz
* doc/misc/auth.texi (Help for users): Break long lines.
Diffstat (limited to 'doc/misc/auth.texi')
-rw-r--r--doc/misc/auth.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi
index 6f3a5fe0a38..bb6ad46c26f 100644
--- a/doc/misc/auth.texi
+++ b/doc/misc/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