1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-30 08:08:26 +00:00

org-agenda: Add missing docstring

* lisp/org-agenda.el (org-agenda-bulk-marked-p): Add missing docstring.
This commit is contained in:
Nicolas Goaziou 2016-05-26 10:51:27 +02:00
parent 9488d13094
commit 4c58ee0a4b

View File

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