Fix org-agenda-prefix-format docstring

* org-agenda.el (org-agenda-prefix-format): Add missing `search' item
  in docstring.

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2010-12-17 19:15:59 +00:00 committed by Carsten Dominik
parent 3324942408
commit 3b9822f1a9
1 changed files with 1 additions and 1 deletions

View File

@ -1303,7 +1303,7 @@ When nil, such items are sorted as 0 minutes effort."
(search . " %i %-12:c")) (search . " %i %-12:c"))
"Format specifications for the prefix of items in the agenda views. "Format specifications for the prefix of items in the agenda views.
An alist with four entries, for the different agenda types. The keys to the An alist with four entries, for the different agenda types. The keys to the
sublists are `agenda', `timeline', `todo', and `tags'. The values sublists are `agenda', `timeline', `todo', `search' and `tags'. The values
are format strings. are format strings.
This format works similar to a printf format, with the following meaning: This format works similar to a printf format, with the following meaning: