From 220f2b0d93a6927eb673978c0042a1d4673e86aa Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 17 Aug 2020 23:20:05 -0400 Subject: [PATCH] agenda: Fix a docstring's position * lisp/org-agenda.el (org-agenda-remove-filter): Move docstring to correct position. --- 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 5c2933b0a..8ebc882fc 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -8105,8 +8105,8 @@ grouptags." beg end `(invisible org-filtered org-filter-type ,type))))) (defun org-agenda-remove-filter (type) - (interactive) "Remove filter of type TYPE from the agenda buffer." + (interactive) (save-excursion (goto-char (point-min)) (let ((inhibit-read-only t) pos)