[gnus git] branch master updated: m0-13-78-g4fe932c =1= auth-source.el (auth-source-search): Clarify :create's meaning
Katsumi Yamaoka <[email protected]> Wed, 30 Sep 2015 13:16:38 +0200
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 4fe932c9ab0714252bb9a6de65b139026c41b3ac (commit)
from 79d3c1458832eea2b70e7412137aa8124fda7543 (commit)
- Log -----------------------------------------------------------------
commit 4fe932c9ab0714252bb9a6de65b139026c41b3ac
Author: Wieland Hoffmann <[email protected]>
Date: Wed Sep 30 11:16:21 2015 +0000
auth-source.el (auth-source-search): Clarify :create's meaning
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 36be1cf..558d748 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2015-09-30 Wieland Hoffmann <[email protected]>
+
+ * auth-source.el (auth-source-search): Clarify :create's meaning.
+
2015-09-17 Paul Eggert <[email protected]>
Backslash cleanup in Elisp source files
diff --git a/lisp/auth-source.el b/lisp/auth-source.el
index 8187fe5..aff3165 100644
--- a/lisp/auth-source.el
+++ b/lisp/auth-source.el
@@ -570,7 +570,7 @@ other properties will always hold scalar values.
Typically the :secret property, if present, contains a password.
Common search keys are :max, :host, :port, and :user. In
-addition, :create specifies how tokens will be or created.
+addition, :create specifies if and how tokens will be created.
Finally, :type can specify which backend types you want to check.
A string value is always matched literally. A symbol is matched
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 4 ++++
lisp/auth-source.el | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project