Browse Source

org-agenda.el (org-agenda-bulk-custom-functions): minor docstring fix.

Bastien Guerry 13 years ago
parent
commit
09859b303d
1 changed files with 4 additions and 4 deletions
  1. 4 4
      lisp/org-agenda.el

+ 4 - 4
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)