From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Kangas Subject: [PATCH] org-agenda.el: Fix typo Date: Tue, 18 Feb 2020 08:22:37 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:32891) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3y90-0003I3-Dh for emacs-orgmode@gnu.org; Tue, 18 Feb 2020 03:22:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j3y8z-0003g1-DB for emacs-orgmode@gnu.org; Tue, 18 Feb 2020 03:22:14 -0500 Received: from ted.gofardesign.uk ([67.225.143.91]:34080) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j3y8z-0003ZS-49 for emacs-orgmode@gnu.org; Tue, 18 Feb 2020 03:22:13 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Please find attached a small patch to fix a typo. I have signed papers with the FSF for Emacs. Best regards, Stefan Kangas --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-org-agenda.el-Fix-typo.patch >From d23d79344a29f53e684b4993e056145007f906f5 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 18 Feb 2020 07:24:33 +0100 Subject: [PATCH] org-agenda.el: Fix typo * lisp/org-agenda.el (org-agenda-add-entry-text-descriptive-links): Fix typo. --- lisp/org-agenda.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index b0da70beb..0bd3247a8 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -187,7 +187,7 @@ and `org-agenda-entry-text-maxlines'." "Non-nil means export org-links as descriptive links in agenda added text. This variable applies to the text added to the agenda when `org-agenda-add-entry-text-maxlines' is larger than 0. -When this variable nil, the URL will (also) be shown." +When this variable is nil, the URL will (also) be shown." :group 'org-agenda :type 'boolean) -- 2.25.0 --=-=-=--