From 9fbc8f464285f37b9c6f85345a499b0e7cc2a681 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 22 Dec 2012 13:12:07 -0800 Subject: [PATCH] * doc/misc/auth.texi (Help for users): Break long lines. --- doc/misc/ChangeLog | 2 ++ doc/misc/auth.texi | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 23bc19a686..0d394a038b 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,5 +1,7 @@ 2012-12-22 Glenn Morris + * 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): diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi index 6f3a5fe0a3..bb6ad46c26 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 -- 2.20.1