* doc/misc/auth.texi (Help for users): Break long lines.

This commit is contained in:
Glenn Morris 2012-12-22 13:12:07 -08:00
parent ceccabdb93
commit 9fbc8f4642
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,7 @@
2012-12-22 Glenn Morris <rgm@gnu.org>
* auth.texi (Help for users): Break long lines.
* ada-mode.texi (Project file variables):
Reword to reduce underfull hbox.
(No project files, Use GNAT project file):

View 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