aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-03-06 16:20:29 +0000
committerRichard M. Stallman2005-03-06 16:20:29 +0000
commit39c7a3b58c52de4ceed8487b29e8f0c76be7e312 (patch)
treed57180db97fa4afe98978ac281a2fe9037d3017e
parent85d964de72af898cbcc9cac4ef0b11136de332ba (diff)
downloademacs-39c7a3b58c52de4ceed8487b29e8f0c76be7e312.tar.gz
emacs-39c7a3b58c52de4ceed8487b29e8f0c76be7e312.zip
(Specified Dates): Mention `g w'.
(Appointments): appt-activate toggles with no arg.
-rw-r--r--man/calendar.texi12
1 files changed, 9 insertions, 3 deletions
diff --git a/man/calendar.texi b/man/calendar.texi
index e0d6577780f..7f90dfcb641 100644
--- a/man/calendar.texi
+++ b/man/calendar.texi
@@ -186,6 +186,8 @@ specified in various ways.
186Move point to specified date (@code{calendar-goto-date}). 186Move point to specified date (@code{calendar-goto-date}).
187@item g D 187@item g D
188Move point to specified day of year (@code{calendar-goto-day-of-year}). 188Move point to specified day of year (@code{calendar-goto-day-of-year}).
189@item g w
190Move point to specified week of year (@code{calendar-goto-iso-week}).
189@item o 191@item o
190Center calendar around specified month (@code{calendar-other-month}). 192Center calendar around specified month (@code{calendar-other-month}).
191@item . 193@item .
@@ -201,9 +203,13 @@ entirety; that is, type @samp{1990}, not @samp{90}.
201 203
202@kindex g D @r{(Calendar mode)} 204@kindex g D @r{(Calendar mode)}
203@findex calendar-goto-day-of-year 205@findex calendar-goto-day-of-year
206@kindex g w @r{(Calendar mode)}
207@findex calendar-goto-iso-week
204 @kbd{g D} (@code{calendar-goto-day-of-year}) prompts for a year and 208 @kbd{g D} (@code{calendar-goto-day-of-year}) prompts for a year and
205day number, and moves to that date. Negative day numbers count backward 209day number, and moves to that date. Negative day numbers count
206from the end of the year. 210backward from the end of the year. @kbd{g w}
211(@code{calendar-goto-iso-week}) prompts for a year and week number,
212and moves to that week.
207 213
208@kindex o @r{(Calendar mode)} 214@kindex o @r{(Calendar mode)}
209@findex calendar-other-month 215@findex calendar-other-month
@@ -1351,7 +1357,7 @@ of @code{appt-audible} is non-@code{nil}, an audible reminder is also given.
1351appointment list for today from the diary file, giving all diary entries 1357appointment list for today from the diary file, giving all diary entries
1352found with recognizable times of day, and reminds you just before each 1358found with recognizable times of day, and reminds you just before each
1353of them. Calling @code{appt-activate} with a negative argument disables 1359of them. Calling @code{appt-activate} with a negative argument disables
1354the appointment package. 1360the appointment package. With no argument, it toggles.
1355 1361
1356 For example, suppose the diary file contains these lines: 1362 For example, suppose the diary file contains these lines:
1357 1363