diff options
| author | Glenn Morris <rgm@gnu.org> | 2008-06-27 00:36:42 +0000 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2008-06-27 00:36:42 +0000 |
| commit | 1e9fa96da6ddff3965f023afebb97756148a7cd5 (patch) | |
| tree | d227e0059dfb486c5ad0836601054f584e6aaa45 | |
| parent | 8ce2c66fc6878323a7a3361d1dfc219f4e18405d (diff) | |
| download | emacs-1e9fa96da6ddff3965f023afebb97756148a7cd5.tar.gz | |
(Lunar Phases): Update for lunar.el name changes.
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/calendar.texi | 12 |
2 files changed, 11 insertions, 6 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 85098d8bc4b..2f6d1b08973 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,8 @@ +2008-06-27 Glenn Morris <rgm@gnu.org> + + * cal-xtra.texi (Sexp Diary Entries): + * calendar.texi (Lunar Phases): Update for lunar.el name changes. + 2008-06-26 Chong Yidong <cyd@stupidchicken.com> * mark.texi (Shift selection): New node. diff --git a/doc/emacs/calendar.texi b/doc/emacs/calendar.texi index ead42d93dfe..97beb2c145d 100644 --- a/doc/emacs/calendar.texi +++ b/doc/emacs/calendar.texi @@ -632,23 +632,23 @@ the moon.'' @table @kbd @item M Display the dates and times for all the quarters of the moon for the -three-month period shown (@code{calendar-phases-of-moon}). -@item M-x phases-of-moon +three-month period shown (@code{calendar-lunar-phases}). +@item M-x lunar-phases Display dates and times of the quarters of the moon for three months around today's date. @end table @kindex M @r{(Calendar mode)} -@findex calendar-phases-of-moon +@findex calendar-lunar-phases Within the calendar, use the @kbd{M} command to display a separate buffer of the phases of the moon for the current three-month range. The dates and times listed are accurate to within a few minutes. -@findex phases-of-moon - Outside the calendar, use the command @kbd{M-x phases-of-moon} to +@findex lunar-phases + Outside the calendar, use the command @kbd{M-x lunar-phases} to display the list of the phases of the moon for the current month and the preceding and succeeding months. For information about a different -month, use @kbd{C-u M-x phases-of-moon}, which prompts for the month and +month, use @kbd{C-u M-x lunar-phases}, which prompts for the month and year. The dates and times given for the phases of the moon are given in |
