Browse Source

org-agenda.el: Fix typo

* lisp/org-agenda.el (org-agenda-add-entry-text-descriptive-links):
Fix typo.
Stefan Kangas 5 năm trước cách đây
mục cha
commit
2129ece3b5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lisp/org-agenda.el

+ 1 - 1
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)