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.