summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2016-05-26 10:51:27 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2016-05-26 10:51:27 +0200
commit4c58ee0a4b0bd6305df51c1e73c8a2226ed58041 (patch)
tree61227f4e754a21c3b5ed7834d606895d7e684433
parent9488d1309484a05b612d84f4a334219d44f93b21 (diff)
downloadorg-mode-4c58ee0a4b0bd6305df51c1e73c8a2226ed58041.tar.gz
org-agenda: Add missing docstring
* lisp/org-agenda.el (org-agenda-bulk-marked-p): Add missing docstring.
-rw-r--r--lisp/org-agenda.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 5714d55..908190d 100644
--- a/lisp/org-agenda.el
+++ b/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))