From 2129ece3b5fe069e654317c58af558da1b86bdb2 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 7b9629821..b2ad34405 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -185,7 +185,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)