1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 02:51:31 -08: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.