summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-07-19 11:35:41 +0200
committerBastien Guerry <bzg@altern.org>2011-07-19 11:35:41 +0200
commit09859b303ddbc8901b27faba1c7ab691dd94f894 (patch)
treed32a9cb174444c6c9d8af50d6dbe4a2d3943eb1b
parentce2a33104b0e724b5227445cf5d5ceb240783870 (diff)
downloadorg-mode-09859b303ddbc8901b27faba1c7ab691dd94f894.tar.gz
org-agenda.el (org-agenda-bulk-custom-functions): minor docstring fix.
-rw-r--r--lisp/org-agenda.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 64302ce..0085f2b 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -1699,15 +1699,15 @@ the lower-case version of all tags."
:type 'function)
(defcustom org-agenda-bulk-custom-functions nil
- "Alist of characters and custom functions for bulk action.
+ "Alist of characters and custom functions for bulk actions.
For example, this value makes those two functions available:
'((?R set-category)
(?C bulk-cut))
-With selected entries in an agenda buffer, `B R' will execute
-set-category on the selected entries. Note that functions in
-this alist don't need to be quoted."
+With selected entries in an agenda buffer, `B R' will call
+the custom function `set-category' on the selected entries.
+Note that functions in this alist don't need to be quoted."
:type 'alist
:group 'org-agenda)