1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

(cal-menu-update): Fix menu wording.

This commit is contained in:
Karl Heuer 1998-10-30 19:44:50 +00:00
parent 927d7566ff
commit 3f0855d5cc

View File

@ -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.