From c3b2977de6d333156f0926b52314f6b91c32e220 Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Fri, 3 Dec 2010 15:40:57 +0000 Subject: [PATCH] Fix a docstring * lisp/org-agenda.el (org-agenda-toggle-deadlines): Fix docstring. TINYCHANGE --- 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 c339f6079..1857f4f88 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -6314,7 +6314,7 @@ When called with a prefix argument, include all archive files as well." (if org-agenda-include-diary "on" "off"))) (defun org-agenda-toggle-deadlines () - "Toggle diary inclusion in an agenda buffer." + "Toggle inclusion of entries with a deadline in an agenda buffer." (interactive) (org-agenda-check-type t 'agenda) (setq org-agenda-include-deadlines (not org-agenda-include-deadlines)) -- 2.11.4.GIT