]> code.delx.au - gnu-emacs/blobdiff - lisp/org/org-agenda.el
Don't quote nil and t in doc strings
[gnu-emacs] / lisp / org / org-agenda.el
index 8f7611fd1ff30553507c50a4fc55e9b1e8b75f16..65696b21d71310cf537187748bb2eb8c184a91cc 100644 (file)
@@ -6642,7 +6642,7 @@ The modified list may contain inherited tags, and tags matched by
 
 LIST is the list of agenda items formatted by `org-agenda-list'.
 NDAYS is the span of the current agenda view.
-TODAYP is `t' when the current agenda view is on today."
+TODAYP is t when the current agenda view is on today."
   (catch 'exit
     (cond ((not org-agenda-use-time-grid) (throw 'exit list))
          ((and todayp (member 'today (car org-agenda-time-grid))))