瀏覽代碼

org-agenda: Add missing docstring

* lisp/org-agenda.el (org-agenda-bulk-marked-p): Add missing docstring.
Nicolas Goaziou 8 年之前
父節點
當前提交
4c58ee0a4b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lisp/org-agenda.el

+ 1 - 0
lisp/org-agenda.el

@@ -9712,6 +9712,7 @@ This is a command that has to be installed in `calendar-mode-map'."
 ;;; Bulk commands
 
 (defun org-agenda-bulk-marked-p ()
+  "Non-nil when current entry is marked for bulk action."
   (eq (get-char-property (point-at-bol) 'type)
       'org-marked-entry-overlay))