diff options
Diffstat (limited to 'lisp/calendar')
| -rw-r--r-- | lisp/calendar/cal-menu.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 225 | (let ((date (calendar-cursor-to-date))) | 225 | (let ((date (calendar-cursor-to-date))) |
| 226 | (if date | 226 | (if date |
| 227 | (define-key calendar-mode-map [menu-bar Holidays 1-day] | 227 | (define-key calendar-mode-map [menu-bar Holidays 1-day] |
| 228 | `(,(format "For Date %s" | 228 | `(,(format "For Cursor Date (%s)" |
| 229 | (calendar-date-string date t t)) | 229 | (calendar-date-string date t t)) |
| 230 | . calendar-cursor-holidays)))))) | 230 | . calendar-cursor-holidays)))))) |
| 231 | ;; Try to avoid entering infinite beep mode in case of errors. | 231 | ;; Try to avoid entering infinite beep mode in case of errors. |