mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-30 08:08:26 +00:00
Fix a docstring
* lisp/org-agenda.el (org-agenda-toggle-deadlines): Fix docstring. TINYCHANGE
This commit is contained in:
parent
94c19c82b7
commit
c3b2977de6
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user