From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wieland Hoffmann Newsgroups: gmane.emacs.devel Subject: [PATCH] ; Clarify :create in auth-source's docs Date: Tue, 1 Sep 2015 18:28:30 +0200 Message-ID: <1441124910-8383-1-git-send-email-themineo@gmail.com> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1441125078 3725 80.91.229.3 (1 Sep 2015 16:31:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Sep 2015 16:31:18 +0000 (UTC) Cc: Wieland Hoffmann To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 01 18:31:15 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZWoSp-0005rN-Cm for ged-emacs-devel@m.gmane.org; Tue, 01 Sep 2015 18:31:15 +0200 Original-Received: from localhost ([::1]:55804 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWoSo-0004X2-MS for ged-emacs-devel@m.gmane.org; Tue, 01 Sep 2015 12:31:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWoR8-0002fT-D7 for emacs-devel@gnu.org; Tue, 01 Sep 2015 12:29:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWoR4-0001Vp-0n for emacs-devel@gnu.org; Tue, 01 Sep 2015 12:29:30 -0400 Original-Received: from mail-wi0-f173.google.com ([209.85.212.173]:36721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWoR3-0001Sf-Is for emacs-devel@gnu.org; Tue, 01 Sep 2015 12:29:25 -0400 Original-Received: by wibz8 with SMTP id z8so38363417wib.1 for ; Tue, 01 Sep 2015 09:28:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=jNXKo8fCq1Os9GjYRpDBCobXOoLmjD6U6ov0ieRl8eg=; b=mG1/B+Su/f0uzYnNOIlr2mlRahA2t1ZwB7s8WTdrz2zanirRjIWdkRLk35MjLts+QN MR2DueGWlaKtJEhzAxGxSFjxTo+vA2WVbBb7mpAUzTi2oR05mMmg0Pk0awaayOX3wEyD 2A9Lohv48cCD2R1iGG7GeY3+JVZVftEO6hjfvvfUKx2ay5efSgN4ALnZNa4Aw+WZhhod 6LlpX54MV94QLsyrHpx6xO3HhdhLFpszOxUo7c82tOIqKyyZ8q0bSv82JkgSuG94gjo5 qS0yZnnuY2/VRZIGMOcTmunH4gUT34OtSgHaJjDRiUKcu1vSkeH5jIhxhcekM2rVITCx 7oDg== X-Received: by 10.194.122.97 with SMTP id lr1mr34596828wjb.26.1441124919291; Tue, 01 Sep 2015 09:28:39 -0700 (PDT) Original-Received: from slartibartfass.fem.tu-ilmenau.de ([2001:638:904:ffca:2cb7:ea20:b36e:67ce]) by smtp.gmail.com with ESMTPSA id yu4sm27964149wjc.43.2015.09.01.09.28.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 01 Sep 2015 09:28:38 -0700 (PDT) X-Mailer: git-send-email 2.5.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.212.173 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:189398 Archived-At: * lisp/gnus/auth-source.el: Clarify :create's meaning by rewriting a sentence. --- lisp/gnus/auth-source.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus/auth-source.el b/lisp/gnus/auth-source.el index 3f426bf..b4e319a 100644 --- a/lisp/gnus/auth-source.el +++ b/lisp/gnus/auth-source.el @@ -560,7 +560,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 -- 2.5.1