Mercurial > emacs
comparison lisp/calendar/calendar.el @ 13671:97293da2f27b
(calendar-setup, calendar-basic-setup, calendar-next-calendar-round-date,
calendar-previous-calendar-round-date, cal-tex-cursor-year): Doc fix.
author | Paul Eggert <eggert@twinsun.com> |
---|---|
date | Thu, 30 Nov 1995 03:25:04 +0000 |
parents | fb670bed6222 |
children | a1776aba8124 |
comparison
equal
deleted
inserted
replaced
13670:15c441f6d41a | 13671:97293da2f27b |
---|---|
1146 | 1146 |
1147 ;;;###autoload | 1147 ;;;###autoload |
1148 (defvar calendar-setup nil | 1148 (defvar calendar-setup nil |
1149 "The frame set up of the calendar. | 1149 "The frame set up of the calendar. |
1150 The choices are `one-frame' (calendar and diary together in one separate, | 1150 The choices are `one-frame' (calendar and diary together in one separate, |
1151 dediciated frame) or `two-frames' (calendar and diary in separate, dedicated | 1151 dedicated frame) or `two-frames' (calendar and diary in separate, dedicated |
1152 frames); with any other value the current frame is used.") | 1152 frames); with any other value the current frame is used.") |
1153 | 1153 |
1154 ;;;###autoload | 1154 ;;;###autoload |
1155 (defun calendar (&optional arg) | 1155 (defun calendar (&optional arg) |
1156 "Choose between the one frame, two frame, or basic calendar displays. | 1156 "Choose between the one frame, two frame, or basic calendar displays. |
1199 | 1199 |
1200 After preparing the calendar window initially, the hooks given by the variable | 1200 After preparing the calendar window initially, the hooks given by the variable |
1201 `initial-calendar-window-hook' are run. | 1201 `initial-calendar-window-hook' are run. |
1202 | 1202 |
1203 The hooks given by the variable `today-visible-calendar-hook' are run | 1203 The hooks given by the variable `today-visible-calendar-hook' are run |
1204 everytime the calendar window gets scrolled, if the current date is visible | 1204 every time the calendar window gets scrolled, if the current date is visible |
1205 in the window. If it is not visible, the hooks given by the variable | 1205 in the window. If it is not visible, the hooks given by the variable |
1206 `today-invisible-calendar-hook' are run. Thus, for example, setting | 1206 `today-invisible-calendar-hook' are run. Thus, for example, setting |
1207 `today-visible-calendar-hook' to 'calendar-star-date will cause today's date | 1207 `today-visible-calendar-hook' to 'calendar-star-date will cause today's date |
1208 to be replaced by asterisks to highlight it whenever it is in the window." | 1208 to be replaced by asterisks to highlight it whenever it is in the window." |
1209 (interactive "P") | 1209 (interactive "P") |
1285 (autoload 'calendar-previous-tzolkin-date "cal-mayan" | 1285 (autoload 'calendar-previous-tzolkin-date "cal-mayan" |
1286 "Move cursor to previous instance of Mayan Tzolkin date." | 1286 "Move cursor to previous instance of Mayan Tzolkin date." |
1287 t) | 1287 t) |
1288 | 1288 |
1289 (autoload 'calendar-next-calendar-round-date "cal-mayan" | 1289 (autoload 'calendar-next-calendar-round-date "cal-mayan" |
1290 "Move cursor to next instance of Mayan Haab/Tzoklin combination." | 1290 "Move cursor to next instance of Mayan Haab/Tzolkin combination." |
1291 t) | 1291 t) |
1292 | 1292 |
1293 (autoload 'calendar-previous-calendar-round-date "cal-mayan" | 1293 (autoload 'calendar-previous-calendar-round-date "cal-mayan" |
1294 "Move cursor to previous instance of Mayan Haab/Tzoklin combination." | 1294 "Move cursor to previous instance of Mayan Haab/Tzolkin combination." |
1295 t) | 1295 t) |
1296 | 1296 |
1297 (autoload 'calendar-goto-chinese-date "cal-chinese" | 1297 (autoload 'calendar-goto-chinese-date "cal-chinese" |
1298 "Move cursor to Chinese date date." | 1298 "Move cursor to Chinese date date." |
1299 t) | 1299 t) |
1507 Diary entries are included if cal-tex-diary is t. | 1507 Diary entries are included if cal-tex-diary is t. |
1508 Holidays are included if `cal-tex-holidays' is t.") | 1508 Holidays are included if `cal-tex-holidays' is t.") |
1509 | 1509 |
1510 (autoload 'cal-tex-cursor-year "cal-tex" | 1510 (autoload 'cal-tex-cursor-year "cal-tex" |
1511 "Make a buffer with LaTeX commands for a year's calendar. | 1511 "Make a buffer with LaTeX commands for a year's calendar. |
1512 Optional prefix argument specifies numeber of years.") | 1512 Optional prefix argument specifies number of years.") |
1513 | 1513 |
1514 (autoload 'cal-tex-cursor-year-landscape "cal-tex" | 1514 (autoload 'cal-tex-cursor-year-landscape "cal-tex" |
1515 "Make a buffer with LaTeX commands for a year's calendar (landscape). | 1515 "Make a buffer with LaTeX commands for a year's calendar (landscape). |
1516 Optional prefix argument specifies number of years.") | 1516 Optional prefix argument specifies number of years.") |
1517 | 1517 |