diff options
author | Paul Eggert <eggert@twinsun.com> | 1995-11-30 03:25:04 +0000 |
---|---|---|
committer | Paul Eggert <eggert@twinsun.com> | 1995-11-30 03:25:04 +0000 |
commit | cafe94178cb0901fb4471b191e05ddceeb1b9f01 (patch) | |
tree | fe370f645846cc9254635384480329b65f999c39 /lisp/calendar/calendar.el | |
parent | 14924a2d99243bb0440fe9ffd68813c7c328b820 (diff) | |
download | emacs-cafe94178cb0901fb4471b191e05ddceeb1b9f01.tar.gz |
(calendar-setup, calendar-basic-setup, calendar-next-calendar-round-date,
calendar-previous-calendar-round-date, cal-tex-cursor-year): Doc fix.
Diffstat (limited to 'lisp/calendar/calendar.el')
-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." (defvar calendar-setup nil "The frame set up of the calendar. The choices are `one-frame' (calendar and diary together in one separate, -dediciated frame) or `two-frames' (calendar and diary in separate, dedicated +dedicated frame) or `two-frames' (calendar and diary in separate, dedicated frames); with any other value the current frame is used.") ;;;###autoload @@ -1201,7 +1201,7 @@ After preparing the calendar window initially, the hooks given by the variable `initial-calendar-window-hook' are run. The hooks given by the variable `today-visible-calendar-hook' are run -everytime the calendar window gets scrolled, if the current date is visible +every time the calendar window gets scrolled, if the current date is visible in the window. If it is not visible, the hooks given by the variable `today-invisible-calendar-hook' are run. Thus, for example, setting `today-visible-calendar-hook' to 'calendar-star-date will cause today's date @@ -1287,11 +1287,11 @@ calendar." t) (autoload 'calendar-next-calendar-round-date "cal-mayan" - "Move cursor to next instance of Mayan Haab/Tzoklin combination." + "Move cursor to next instance of Mayan Haab/Tzolkin combination." t) (autoload 'calendar-previous-calendar-round-date "cal-mayan" - "Move cursor to previous instance of Mayan Haab/Tzoklin combination." + "Move cursor to previous instance of Mayan Haab/Tzolkin combination." t) (autoload 'calendar-goto-chinese-date "cal-chinese" @@ -1509,7 +1509,7 @@ Holidays are included if `cal-tex-holidays' is t.") (autoload 'cal-tex-cursor-year "cal-tex" "Make a buffer with LaTeX commands for a year's calendar. -Optional prefix argument specifies numeber of years.") +Optional prefix argument specifies number of years.") (autoload 'cal-tex-cursor-year-landscape "cal-tex" "Make a buffer with LaTeX commands for a year's calendar (landscape). |