emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/calendar.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/man/calendar.texi
Date: Sun, 06 Mar 2005 11:20:32 -0500

Index: emacs/man/calendar.texi
diff -c emacs/man/calendar.texi:1.27 emacs/man/calendar.texi:1.28
*** emacs/man/calendar.texi:1.27        Fri Mar  4 17:18:36 2005
--- emacs/man/calendar.texi     Sun Mar  6 16:20:29 2005
***************
*** 186,191 ****
--- 186,193 ----
  Move point to specified date (@code{calendar-goto-date}).
  @item g D
  Move point to specified day of year (@code{calendar-goto-day-of-year}).
+ @item g w
+ Move point to specified week of year (@code{calendar-goto-iso-week}).
  @item o
  Center calendar around specified month (@code{calendar-other-month}).
  @item .
***************
*** 201,209 ****
  
  @kindex g D @r{(Calendar mode)}
  @findex calendar-goto-day-of-year
    @kbd{g D} (@code{calendar-goto-day-of-year}) prompts for a year and
! day number, and moves to that date.  Negative day numbers count backward
! from the end of the year.
  
  @kindex o @r{(Calendar mode)}
  @findex calendar-other-month
--- 203,215 ----
  
  @kindex g D @r{(Calendar mode)}
  @findex calendar-goto-day-of-year
+ @kindex g w @r{(Calendar mode)}
+ @findex calendar-goto-iso-week
    @kbd{g D} (@code{calendar-goto-day-of-year}) prompts for a year and
! day number, and moves to that date.  Negative day numbers count
! backward from the end of the year.  @kbd{g w}
! (@code{calendar-goto-iso-week}) prompts for a year and week number,
! and moves to that week.
  
  @kindex o @r{(Calendar mode)}
  @findex calendar-other-month
***************
*** 1351,1357 ****
  appointment list for today from the diary file, giving all diary entries
  found with recognizable times of day, and reminds you just before each
  of them. Calling @code{appt-activate} with a negative argument disables
! the appointment package.
  
    For example, suppose the diary file contains these lines:
  
--- 1357,1363 ----
  appointment list for today from the diary file, giving all diary entries
  found with recognizable times of day, and reminds you just before each
  of them. Calling @code{appt-activate} with a negative argument disables
! the appointment package.  With no argument, it toggles.
  
    For example, suppose the diary file contains these lines:
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]