agenda: Fix a docstring's position

* lisp/org-agenda.el (org-agenda-remove-filter): Move docstring to
correct position.
This commit is contained in:
Kyle Meyer 2020-08-17 23:20:05 -04:00
parent 616672c2f3
commit 220f2b0d93
1 changed files with 1 additions and 1 deletions

View File

@ -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)