]> git.eshelyaron.com Git - emacs.git/commitdiff
(generate-calendar-month): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Mon, 28 Jan 2002 19:23:14 +0000 (19:23 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 28 Jan 2002 19:23:14 +0000 (19:23 +0000)
lisp/ChangeLog
lisp/calendar/calendar.el

index c3f9466d294d29dd3d0fb94829b878f9fae7bf19..35ac55867b6bf8c550cbc485e0efdb39db673bf9 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * calendar/calendar.el (generate-calendar-month): Doc fix.
+
 2002-01-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * time.el (display-time-mail-directory): New option.
index af8b1aeed2b63075aee89880738f319c9d0e1a19..7caa258d6e77edeeab7630b42d30b3cf22d8643e 100644 (file)
@@ -1828,9 +1828,10 @@ Or, for optional MON, YR."
 
 (defun generate-calendar-month (month year indent)
   "Produce a calendar for MONTH, YEAR on the Gregorian calendar.
-The calendar is inserted at the beginning of the buffer,
-and is indented INDENT spaces.  The indentation is done
-by skipping the first INDENT characters on the line, if there are that many."
+The calendar is inserted at the top of the buffer in which point is currently
+located, but indented INDENT spaces.  The indentation is done from the first
+character on the line and does not disturb the first INDENT characters on the
+line."
   (let* ((blank-days;; at start of month
           (mod
            (- (calendar-day-of-week (list month 1 year))