]> git.eshelyaron.com Git - emacs.git/commitdiff
(calendar-julian-date-string): Mark not interactive.
authorRichard M. Stallman <rms@gnu.org>
Tue, 19 Aug 1997 15:36:22 +0000 (15:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 19 Aug 1997 15:36:22 +0000 (15:36 +0000)
lisp/calendar/calendar.el

index 3263ece13336846fae4859e3814f1a3e969de98d..5936025e7ccd95aa00f138e4833b2cfadb389356 100644 (file)
@@ -1509,8 +1509,7 @@ Gregorian date Sunday, December 31, 1 BC.")
 (autoload 'calendar-julian-date-string "cal-julian"
   "String of Julian date of Gregorian DATE.
 Defaults to today's date if DATE is not given.
-Driven by the variable `calendar-date-display-form'."
-  t)
+Driven by the variable `calendar-date-display-form'.")
 
 (autoload 'calendar-goto-iso-date "cal-iso"
   "Move cursor to ISO date."