瀏覽代碼

org-agenda.el: Fix typo

* lisp/org-agenda.el (org-agenda-add-entry-text-descriptive-links):
Fix typo.
Stefan Kangas 5 年之前
父節點
當前提交
2129ece3b5
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)