From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:267::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms12 with LMTPS id aCP1GvRrqWC1bAAAsNZ9tg (envelope-from ); Sat, 22 May 2021 20:39:16 +0000 Received: from out0.migadu.com ([2001:41d0:2:267::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id +FEOB/BrqWDXTQAAB5/wlQ (envelope-from ); Sat, 22 May 2021 20:39:12 +0000 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1621715952; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1/hFC3tjMaiLKL2Wikz6D0kGmUTCISppC5Ip0taysFc=; b=qWtDrR0cX4YcSa8jBc4r4yxinmdjIIH/Kq2z5kGn7ONzGdC2oNIg6z8/P19qjGSUbHH/ar pXjjsrbLNwFVcqzNOfP7MNfwpk6Rh3Fbflb6Pdtw9FWyvARixfprxUiKSfymk/xbpES+eZ NUMrL99/Yre+kvAByTo19Ro0vAGw3SCfUHGsq+/KvCACtQ9V8oLgf5gy7BEcW8fb5H4U0o l/TeruhfCeKfzD8bwEJg6KLkjVTAQSIEnmdk6VJMc2hYycdeN0kUGZMCz1R5BHhnwZXAH+ /gkxmj+XM1Yps/5Ck/EJgOh25AWVAcJCc5bvrZEwiG6j4Pz4LHsmOX0oeMCAEw== From: Kyle Meyer To: piem@inbox.kyleam.com Subject: [PATCH 1/2] piem-use-magit: Reword docstring to clarify scope Date: Sat, 22 May 2021 16:39:04 -0400 Message-Id: <20210522203905.16504-2-kyle@kyleam.com> In-Reply-To: <20210522203905.16504-1-kyle@kyleam.com> References: <20210522203905.16504-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com X-TUID: 6ACKYwCdjtbM This option isn't really about using Magit wherever possible, but, as the manual already states, using Magit for some user-facing operations. --- piem.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piem.el b/piem.el index 78536f1..780df00 100644 --- a/piem.el +++ b/piem.el @@ -140,7 +140,7 @@ (defcustom piem-git-executable :type 'string) (defcustom piem-use-magit (featurep 'magit) - "Whether to use Magit where possible." + "Whether to use Magit for some user-facing operations." :type 'boolean) (defcustom piem-default-branch-function -- 2.31.1