aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calendar/calendar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el
index 2b4850e5f2d..6825cfe9d4f 100644
--- a/lisp/calendar/calendar.el
+++ b/lisp/calendar/calendar.el
@@ -1484,7 +1484,7 @@ Holidays are included if `cal-tex-holidays' is t.")
1484 1484
1485(autoload 'cal-tex-cursor-week-iso "cal-tex" 1485(autoload 'cal-tex-cursor-week-iso "cal-tex"
1486 "Make a buffer with LaTeX commands for a one page ISO-style weekly calendar. 1486 "Make a buffer with LaTeX commands for a one page ISO-style weekly calendar.
1487Optional prefix argument specifies number of weeks." 1487Optional prefix argument specifies number of weeks.
1488Diary entries are included if `cal-tex-diary' is t. 1488Diary entries are included if `cal-tex-diary' is t.
1489Holidays are included if `cal-tex-holidays' is t.") 1489Holidays are included if `cal-tex-holidays' is t.")
1490 1490