aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWieland Hoffmann2015-09-01 18:28:30 +0200
committerBastien2015-09-30 09:51:32 +0200
commitafd17a95b835e921f7756da37b8a40e23bd962a8 (patch)
tree8e2e01dd8827bad7c78c91f977874f0ebd379992
parent3968fa6a44275c16d82704fd29621ac1757bca63 (diff)
downloademacs-afd17a95b835e921f7756da37b8a40e23bd962a8.tar.gz
emacs-afd17a95b835e921f7756da37b8a40e23bd962a8.zip
Clarify :create in auth-source's docs
* auth-source.el (auth-source-search): Clarify :create's meaning. Copyright-paperwork-exempt: yes
-rw-r--r--lisp/gnus/auth-source.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/auth-source.el b/lisp/gnus/auth-source.el
index f101ecdea08..32e22ebc29b 100644
--- a/lisp/gnus/auth-source.el
+++ b/lisp/gnus/auth-source.el
@@ -560,7 +560,7 @@ other properties will always hold scalar values.
560Typically the :secret property, if present, contains a password. 560Typically the :secret property, if present, contains a password.
561 561
562Common search keys are :max, :host, :port, and :user. In 562Common search keys are :max, :host, :port, and :user. In
563addition, :create specifies how tokens will be or created. 563addition, :create specifies if and how tokens will be created.
564Finally, :type can specify which backend types you want to check. 564Finally, :type can specify which backend types you want to check.
565 565
566A string value is always matched literally. A symbol is matched 566A string value is always matched literally. A symbol is matched