From a795c747822c00caf8e913e3e04816afb579da7d Mon Sep 17 00:00:00 2001 From: Bernt Hansen Date: Mon, 10 Nov 2008 15:50:54 -0500 Subject: [PATCH] Fix description of org-agenda-filter-effort-default-operator If you skip the operator selection key this defines the default operator. --- lisp/org-agenda.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index a2e14157c..5484ae411 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -389,7 +389,7 @@ or `C-c a #' to produce the list." (defcustom org-agenda-filter-effort-default-operator "<" "The default operator for effort estimate filtering. -If you select an effort estimate limit with first pressing an operator, +If you select an effort estimate limit without first pressing an operator, this one will be used." :group 'org-agenda-custom-commands :type '(choice (const :tag "less or equal" "<")