From 6a5d28bce7d65859eb5485bf3e9ab83c09c4eab9 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Wed, 11 Aug 2010 09:45:36 +0200 Subject: [PATCH] Fix typo. --- lisp/org-agenda.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 926aa3517..72f67cd7d 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -749,7 +749,7 @@ N days, just insert a special line indicating the size of the gap." :tag "Org Agenda Startup" :group 'org-agenda) -(defcustom org-agenda-menu-show-match t +(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 property so than moving the mouse over the command shows it. @@ -760,7 +760,8 @@ you wnat to use two-column display (see `org-agenda-menu-two-column')." (defcustom org-agenda-menu-two-column nil "Non-nil means, use two columns to show custom commands in the dispatcher. -If you use this, you probably want to set `org-agenda-menu-show-match' to nil." +If you use this, you probably want to set `org-agenda-menu-show-matcher' +to nil." :group 'org-agenda :type 'boolean) @@ -2157,7 +2158,7 @@ s Search for keywords C Configure custom agenda commands (symbol-name type) "Lambda expression")) (t "???")))) - (if org-agenda-menu-show-match + (if org-agenda-menu-show-matcher (setq line (concat line ": " (cond