diff options
| -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 9295c77d779..2e29be0958a 100644 --- a/lisp/calendar/cal-menu.el +++ b/lisp/calendar/cal-menu.el | |||
| @@ -386,7 +386,7 @@ The output is in landscape format, one month to a page." | |||
| 386 | (format "Astronomical (Julian) day number (at noon UTC): %s.0" | 386 | (format "Astronomical (Julian) day number (at noon UTC): %s.0" |
| 387 | (calendar-astro-date-string date))) | 387 | (calendar-astro-date-string date))) |
| 388 | (list | 388 | (list |
| 389 | (format "Fixed date: %s" | 389 | (format "Fixed (RD) date: %s" |
| 390 | (calendar-absolute-from-gregorian date))) | 390 | (calendar-absolute-from-gregorian date))) |
| 391 | (list (format "Hebrew date (before sunset): %s" | 391 | (list (format "Hebrew date (before sunset): %s" |
| 392 | (calendar-hebrew-date-string date))) | 392 | (calendar-hebrew-date-string date))) |