diff options
| author | Wieland Hoffmann | 2015-09-01 18:28:30 +0200 |
|---|---|---|
| committer | Bastien | 2015-09-30 09:51:32 +0200 |
| commit | afd17a95b835e921f7756da37b8a40e23bd962a8 (patch) | |
| tree | 8e2e01dd8827bad7c78c91f977874f0ebd379992 | |
| parent | 3968fa6a44275c16d82704fd29621ac1757bca63 (diff) | |
| download | emacs-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.el | 2 |
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. | |||
| 560 | Typically the :secret property, if present, contains a password. | 560 | Typically the :secret property, if present, contains a password. |
| 561 | 561 | ||
| 562 | Common search keys are :max, :host, :port, and :user. In | 562 | Common search keys are :max, :host, :port, and :user. In |
| 563 | addition, :create specifies how tokens will be or created. | 563 | addition, :create specifies if and how tokens will be created. |
| 564 | Finally, :type can specify which backend types you want to check. | 564 | Finally, :type can specify which backend types you want to check. |
| 565 | 565 | ||
| 566 | A string value is always matched literally. A symbol is matched | 566 | A string value is always matched literally. A symbol is matched |