diff options
| author | Edward M. Reingold | 1997-12-05 21:28:00 +0000 |
|---|---|---|
| committer | Edward M. Reingold | 1997-12-05 21:28:00 +0000 |
| commit | 20f92f7bc84e95a359d87220ce1f804036e514fa (patch) | |
| tree | 8f3e3c20bd1c04e85159e07cb0966008a78586fe | |
| parent | ee3bb32f1b5e16ebacfb32f7690b5f913f4a5d52 (diff) | |
| download | emacs-20f92f7bc84e95a359d87220ce1f804036e514fa.tar.gz emacs-20f92f7bc84e95a359d87220ce1f804036e514fa.zip | |
Minor repair of previous change.
| -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))) |