diff options
| author | Richard M. Stallman | 2005-03-06 16:20:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-03-06 16:20:29 +0000 |
| commit | 39c7a3b58c52de4ceed8487b29e8f0c76be7e312 (patch) | |
| tree | d57180db97fa4afe98978ac281a2fe9037d3017e | |
| parent | 85d964de72af898cbcc9cac4ef0b11136de332ba (diff) | |
| download | emacs-39c7a3b58c52de4ceed8487b29e8f0c76be7e312.tar.gz emacs-39c7a3b58c52de4ceed8487b29e8f0c76be7e312.zip | |
(Specified Dates): Mention `g w'.
(Appointments): appt-activate toggles with no arg.
| -rw-r--r-- | man/calendar.texi | 12 |
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. | |||
| 186 | Move point to specified date (@code{calendar-goto-date}). | 186 | Move point to specified date (@code{calendar-goto-date}). |
| 187 | @item g D | 187 | @item g D |
| 188 | Move point to specified day of year (@code{calendar-goto-day-of-year}). | 188 | Move point to specified day of year (@code{calendar-goto-day-of-year}). |
| 189 | @item g w | ||
| 190 | Move point to specified week of year (@code{calendar-goto-iso-week}). | ||
| 189 | @item o | 191 | @item o |
| 190 | Center calendar around specified month (@code{calendar-other-month}). | 192 | Center 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 |
| 205 | day number, and moves to that date. Negative day numbers count backward | 209 | day number, and moves to that date. Negative day numbers count |
| 206 | from the end of the year. | 210 | backward from the end of the year. @kbd{g w} |
| 211 | (@code{calendar-goto-iso-week}) prompts for a year and week number, | ||
| 212 | and 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. | |||
| 1351 | appointment list for today from the diary file, giving all diary entries | 1357 | appointment list for today from the diary file, giving all diary entries |
| 1352 | found with recognizable times of day, and reminds you just before each | 1358 | found with recognizable times of day, and reminds you just before each |
| 1353 | of them. Calling @code{appt-activate} with a negative argument disables | 1359 | of them. Calling @code{appt-activate} with a negative argument disables |
| 1354 | the appointment package. | 1360 | the 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 | ||