瀏覽代碼

agenda: Fix a docstring's position

* lisp/org-agenda.el (org-agenda-remove-filter): Move docstring to
correct position.
Kyle Meyer 4 年之前
父節點
當前提交
220f2b0d93
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)