|
@@ -1999,7 +1999,7 @@ For example, this value makes those two functions available:
|
|
With selected entries in an agenda buffer, `B R' will call
|
|
With selected entries in an agenda buffer, `B R' will call
|
|
the custom function `set-category' on the selected entries.
|
|
the custom function `set-category' on the selected entries.
|
|
Note that functions in this alist don't need to be quoted."
|
|
Note that functions in this alist don't need to be quoted."
|
|
- :type 'alist
|
|
|
|
|
|
+ :type '(alist :key-type character :value-type (group function))
|
|
:version "24.1"
|
|
:version "24.1"
|
|
:group 'org-agenda)
|
|
:group 'org-agenda)
|
|
|
|
|