emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master f946a19: * doc/misc/auth.texi: Fix use of {} and wr


From: Glenn Morris
Subject: [Emacs-diffs] master f946a19: * doc/misc/auth.texi: Fix use of {} and wrapping in previous change.
Date: Tue, 19 Dec 2017 15:10:44 -0500 (EST)

branch: master
commit f946a198cb33d927c43a9eb5259f64d9effbfcdc
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * doc/misc/auth.texi: Fix use of {} and wrapping in previous change.
---
 doc/misc/auth.texi | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi
index 16ce601..a5374a3 100644
--- a/doc/misc/auth.texi
+++ b/doc/misc/auth.texi
@@ -169,7 +169,8 @@ get fancy, the default and simplest configuration is:
 ;;; use pass (@file{~/.password-store})
 ;;; (@pxref{The Unix password store})
 (setq auth-sources '(password-store))
-;;; JSON data in format [{ "machine": "SERVER", "login": "USER", "password": 
"PASSWORD" }...]
+;;; JSON data in format address@hidden "machine": "SERVER",
+;;; "login": "USER", "password": "PASSWORD" @}...]
 (setq auth-sources '("~/.authinfo.json.gpg"))
 @end lisp
 
@@ -242,7 +243,8 @@ that sort of thing. Just point to a JSON file with entries 
like this:
 
 @example
 [
- { "machine": "yourmachine.com", "port": "http", "login": "testuser", 
"password": "testpass" }
+ @{ "machine": "yourmachine.com", "port": "http",
+    "login": "testuser", "password": "testpass" @}
 ]
 @end example
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]