diff options
| author | Paul Eggert | 1995-11-30 03:25:04 +0000 |
|---|---|---|
| committer | Paul Eggert | 1995-11-30 03:25:04 +0000 |
| commit | a69472b34508dba6bbe4f0c443c82c7a16f899d7 (patch) | |
| tree | 8fb2bb340fd86ec86b3daab5cc75981666d93b27 | |
| parent | 59ba214d1bfd1c6ace8d2cc430e2c362c318b602 (diff) | |
| download | emacs-a69472b34508dba6bbe4f0c443c82c7a16f899d7.tar.gz emacs-a69472b34508dba6bbe4f0c443c82c7a16f899d7.zip | |
(calendar-setup, calendar-basic-setup, calendar-next-calendar-round-date,
calendar-previous-calendar-round-date, cal-tex-cursor-year): Doc fix.
| -rw-r--r-- | lisp/calendar/calendar.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 3bfee2b4195..40ce29ad238 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el | |||
| @@ -1148,7 +1148,7 @@ The Gregorian date Sunday, December 31, 1 BC is imaginary." | |||
| 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 |
| @@ -1201,7 +1201,7 @@ 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 |
| @@ -1287,11 +1287,11 @@ calendar." | |||
| 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" |
| @@ -1509,7 +1509,7 @@ 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). |