emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] org-agenda.el: Fix typo


From: Stefan Kangas
Subject: [PATCH] org-agenda.el: Fix typo
Date: Tue, 18 Feb 2020 08:22:37 +0100

Please find attached a small patch to fix a typo.  I have signed
papers with the FSF for Emacs.

Best regards,
Stefan Kangas

>From d23d79344a29f53e684b4993e056145007f906f5 Mon Sep 17 00:00:00 2001
From: Stefan Kangas <address@hidden>
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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]