diff options
| -rw-r--r-- | lisp/calendar/calendar.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index ea3c0635798..e62c9b3cf8c 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el | |||
| @@ -1315,6 +1315,12 @@ Gregorian date Sunday, December 31, 1 BC.") | |||
| 1315 | "Move cursor to Julian DATE; echo Julian date unless NOECHO is t." | 1315 | "Move cursor to Julian DATE; echo Julian date unless NOECHO is t." |
| 1316 | t) | 1316 | t) |
| 1317 | 1317 | ||
| 1318 | (autoload 'calendar-julian-date-string "cal-julian" | ||
| 1319 | "String of Julian date of Gregorian DATE. | ||
| 1320 | Defaults to today's date if DATE is not given. | ||
| 1321 | Driven by the variable `calendar-date-display-form'." | ||
| 1322 | t) | ||
| 1323 | |||
| 1318 | (autoload 'calendar-goto-iso-date "cal-iso" | 1324 | (autoload 'calendar-goto-iso-date "cal-iso" |
| 1319 | "Move cursor to ISO date." | 1325 | "Move cursor to ISO date." |
| 1320 | t) | 1326 | t) |