comparison lisp/calendar/calendar.el @ 35260:a1bf8f8663bd

(calendar-basic-setup): Doc fix.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 12 Jan 2001 11:51:31 +0000
parents 939d7e7181b6
children 6098465deff0
comparison
equal deleted inserted replaced
35259:228f24b293ec 35260:a1bf8f8663bd
1381 This function is suitable for execution in a .emacs file; appropriate setting 1381 This function is suitable for execution in a .emacs file; appropriate setting
1382 of the variable `view-diary-entries-initially' will cause the diary entries for 1382 of the variable `view-diary-entries-initially' will cause the diary entries for
1383 the current date to be displayed in another window. The value of the variable 1383 the current date to be displayed in another window. The value of the variable
1384 `number-of-diary-entries' controls the number of days of diary entries 1384 `number-of-diary-entries' controls the number of days of diary entries
1385 displayed upon initial display of the calendar. 1385 displayed upon initial display of the calendar.
1386
1387 An optional prefix argument ARG causes the calendar displayed to be ARG
1388 months in the future if ARG is positive or in the past if ARG is negative;
1389 in this case the cursor goes on the first day of the month.
1390 1386
1391 Once in the calendar window, future or past months can be moved into view. 1387 Once in the calendar window, future or past months can be moved into view.
1392 Arbitrary months can be displayed, or the calendar can be scrolled forward 1388 Arbitrary months can be displayed, or the calendar can be scrolled forward
1393 or backward. 1389 or backward.
1394 1390