Browse Source

agenda: Fix a docstring's position

* lisp/org-agenda.el (org-agenda-remove-filter): Move docstring to
correct position.
Kyle Meyer 4 years ago
parent
commit
220f2b0d93
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-agenda.el

+ 1 - 1
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)