summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2020-02-18 07:24:33 +0100
committerBastien <bzg@gnu.org>2020-02-18 10:31:37 +0100
commit2129ece3b5fe069e654317c58af558da1b86bdb2 (patch)
tree08b80af1116a2f25358e7e6f035d1c16567a947f
parent6accd0ef62f114f1c6f6c7ce8813082e05b00178 (diff)
downloadorg-mode-2129ece3b5fe069e654317c58af558da1b86bdb2.tar.gz
org-agenda.el: Fix typo
* lisp/org-agenda.el (org-agenda-add-entry-text-descriptive-links): Fix typo.
-rw-r--r--lisp/org-agenda.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 7b96298..b2ad344 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)