This commit is contained in:
Carsten Dominik 2010-08-15 07:50:29 +02:00
parent 168fc09928
commit 2b28ba8800
1 changed files with 2 additions and 2 deletions

View File

@ -752,9 +752,9 @@ N days, just insert a special line indicating the size of the gap."
(defcustom org-agenda-menu-show-matcher t
"Non-nil menas show the match string in the agenda dispatcher menu.
When nil, the mathcer string is not shown, but is put into the help-echo
When nil, the matcher string is not shown, but is put into the help-echo
property so than moving the mouse over the command shows it.
Setting it to nil if good if matcher strings are very long and/org of
Setting it to nil is good if matcher strings are very long and/or if
you wnat to use two-column display (see `org-agenda-menu-two-column')."
:group 'org-agenda
:type 'boolean)