From 3f0855d5cc72c963e27ef8a29400a2c01fecdf5e Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 30 Oct 1998 19:44:50 +0000 Subject: [PATCH] (cal-menu-update): Fix menu wording. --- lisp/calendar/cal-menu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calendar/cal-menu.el b/lisp/calendar/cal-menu.el index 7da405cc8b8..7c7056db7e7 100644 --- a/lisp/calendar/cal-menu.el +++ b/lisp/calendar/cal-menu.el @@ -225,7 +225,7 @@ (let ((date (calendar-cursor-to-date))) (if date (define-key calendar-mode-map [menu-bar Holidays 1-day] - `(,(format "For Date %s" + `(,(format "For Cursor Date (%s)" (calendar-date-string date t t)) . calendar-cursor-holidays)))))) ;; Try to avoid entering infinite beep mode in case of errors. -- 2.39.2