diff options
| author | Glenn Morris | 2012-10-06 11:34:23 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-10-06 11:34:23 -0700 |
| commit | f1f4dba09f9c42fc61c5bb3bf4f1e7214a2513ca (patch) | |
| tree | 139f505f3ca04d24e8bc20759aaa0ced748e366f /doc | |
| parent | 685f87b00f477c8072bcd15818d9564e7b7d8808 (diff) | |
| download | emacs-f1f4dba09f9c42fc61c5bb3bf4f1e7214a2513ca.tar.gz emacs-f1f4dba09f9c42fc61c5bb3bf4f1e7214a2513ca.zip | |
Rename a new cal-tex function, document it
* lisp/calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
(cal-tex-cursor-week2, cal-tex-cursor-week-iso)
(cal-tex-cursor-week-monday): Doc fixes.
(cal-tex-cursor-week2-summary): Doc fix.
Rename from cal-tex-cursor-week-at-a-glance.
* lisp/calendar/calendar.el (calendar-mode-map):
Add cal-tex-cursor-week2-summary.
* lisp/calendar/cal-menu.el (cal-menu-context-mouse-menu):
Tweak week descriptions. Add cal-tex-cursor-week2-summary.
* doc/emacs/calendar.texi (Writing Calendar Files): Tweak week descriptions.
Mention cal-tex-cursor-week2-summary.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/calendar.texi | 11 |
2 files changed, 12 insertions, 4 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 60b3bf234f7..067574b9a0d 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-10-06 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * calendar.texi (Writing Calendar Files): Tweak week descriptions. | ||
| 4 | Mention cal-tex-cursor-week2-summary. | ||
| 5 | |||
| 1 | 2012-10-06 Chong Yidong <cyd@gnu.org> | 6 | 2012-10-06 Chong Yidong <cyd@gnu.org> |
| 2 | 7 | ||
| 3 | * mini.texi (Passwords): Fix typo. | 8 | * mini.texi (Passwords): Fix typo. |
diff --git a/doc/emacs/calendar.texi b/doc/emacs/calendar.texi index fdf1c65fcd6..d46e26cddcf 100644 --- a/doc/emacs/calendar.texi +++ b/doc/emacs/calendar.texi | |||
| @@ -396,17 +396,20 @@ Generate a sideways-printing one-month calendar | |||
| 396 | Generate a one-day calendar | 396 | Generate a one-day calendar |
| 397 | (@code{cal-tex-cursor-day}). | 397 | (@code{cal-tex-cursor-day}). |
| 398 | @item t w 1 | 398 | @item t w 1 |
| 399 | Generate a one-page calendar for one week | 399 | Generate a one-page calendar for one week, with hours |
| 400 | (@code{cal-tex-cursor-week}). | 400 | (@code{cal-tex-cursor-week}). |
| 401 | @item t w 2 | 401 | @item t w 2 |
| 402 | Generate a two-page calendar for one week | 402 | Generate a two-page calendar for one week, with hours |
| 403 | (@code{cal-tex-cursor-week2}). | 403 | (@code{cal-tex-cursor-week2}). |
| 404 | @item t w 3 | 404 | @item t w 3 |
| 405 | Generate an ISO-style calendar for one week | 405 | Generate an ISO-style calendar for one week, without hours |
| 406 | (@code{cal-tex-cursor-week-iso}). | 406 | (@code{cal-tex-cursor-week-iso}). |
| 407 | @item t w 4 | 407 | @item t w 4 |
| 408 | Generate a calendar for one Monday-starting week | 408 | Generate a calendar for one Monday-starting week, with hours |
| 409 | (@code{cal-tex-cursor-week-monday}). | 409 | (@code{cal-tex-cursor-week-monday}). |
| 410 | @item t w W | ||
| 411 | Generate a two-page calendar for one week, without hours | ||
| 412 | (@code{cal-tex-cursor-week2-summary}). | ||
| 410 | @item t f w | 413 | @item t f w |
| 411 | Generate a Filofax-style two-weeks-at-a-glance calendar | 414 | Generate a Filofax-style two-weeks-at-a-glance calendar |
| 412 | (@code{cal-tex-cursor-filofax-2week}). | 415 | (@code{cal-tex-cursor-filofax-2week}). |