diff options
| author | Glenn Morris <rgm@gnu.org> | 2008-06-27 00:35:08 +0000 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2008-06-27 00:35:08 +0000 |
| commit | c4d6826bd8fbd92d1bc28ed9cd182e425525a54a (patch) | |
| tree | 0322a315f85d3ad0fb959e14f4a7d47a27875b5d | |
| parent | 77bc20eec6bf37f51725790167c8409b32e95f75 (diff) | |
| download | emacs-c4d6826bd8fbd92d1bc28ed9cd182e425525a54a.tar.gz | |
(diary-list-sexp-entries): Doc update.
| -rw-r--r-- | lisp/ChangeLog | 10 | ||||
| -rw-r--r-- | lisp/calendar/diary-lib.el | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 38ad5a243fa..adf52be9ceb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2008-06-27 Glenn Morris <rgm@gnu.org> + + * calendar/lunar.el (calendar-lunar-phases): Rename from + calendar-phases-of-moon. Keep old name as alias, update callers. + (lunar-phases): Rename from phases-of-moon. Keep old name as alias. + (diary-lunar-phases): Rename from diary-phases-of-moon. + Keep old name as alias. + * calendar/calendar.el (calendar-mode-map): Update for name change. + * calendar/diary-lib.el (diary-list-sexp-entries): Doc update. + 2008-06-26 Glenn Morris <rgm@gnu.org> * calendar/solar.el (solar-sunrise-sunset-string): Add optional diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index ec18cb9fcb9..e9b24b47183 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el @@ -1677,7 +1677,7 @@ These functions give the date in alternative calendrical systems: Theses functions only produce output on certain dates: -`diary-phases-of-moon' - phases of moon (on the appropriate days) +`diary-lunar-phases' - phases of moon (on the appropriate days) `diary-hebrew-omer' - Omer count, within 50 days after Passover `diary-hebrew-parasha' - weekly parasha, every Saturday `diary-hebrew-rosh-hodesh' - Rosh Hodesh, or the day or Saturday before |
