]> code.delx.au - gnu-emacs/commitdiff
* doc/misc/auth.texi (Help for users): Break long lines.
authorGlenn Morris <rgm@gnu.org>
Sat, 22 Dec 2012 21:12:07 +0000 (13:12 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 22 Dec 2012 21:12:07 +0000 (13:12 -0800)
doc/misc/ChangeLog
doc/misc/auth.texi

index 23bc19a68622a0a4f8bb6d2b50b6c1fe91c900b5..0d394a038b19e98a10185565fdd86420efba9846 100644 (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):
index 6f3a5fe0a38bb7b9cb44d9f01f4c11939a75ebc7..bb6ad46c26fdefa25470a61aee15bf2026d90ae2 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