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:
parent
927d7566ff
commit
3f0855d5cc
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user