diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-10-20 05:50:35 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-10-20 05:50:35 +0000 |
commit | ebf11942fc17cbb638085ef9ab4dfbe506c9ae0e (patch) | |
tree | 658e84903e1e0fb5728d3599b4b21a4c1d11a9ed /lisp/diary-lib.el | |
parent | d8a200a762c58e874171983fd684093cac7abc69 (diff) | |
download | emacs-ebf11942fc17cbb638085ef9ab4dfbe506c9ae0e.tar.gz |
(list-sexp-diary-entries): Fix doc string.
(hebrew-calendar-parashiot-names): Change to defvar.
Diffstat (limited to 'lisp/diary-lib.el')
-rw-r--r-- | lisp/diary-lib.el | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lisp/diary-lib.el b/lisp/diary-lib.el index 65a5af638af..c7b79f42478 100644 --- a/lisp/diary-lib.el +++ b/lisp/diary-lib.el @@ -1167,12 +1167,6 @@ A number of built-in functions are available for this type of diary entry: day before. (If `european-calendar-style' is t, the order of the parameters should be changed to DAY, MONTH, YEAR.) - %%(diary-sunrise-sunset) - Diary entries giving the local times of Sabbath candle - lighting will be made every day. Note that since there is - no text, it makes sense only if the fancy diary display is - used. Floating point required. - %%(diary-rosh-hodesh) Diary entries will be made on the dates of Rosh Hodesh on the Hebrew calendar. Note that since there is no text, it @@ -1539,7 +1533,7 @@ Do nothing if DATE or STRING is nil." (setq diary-entries-list (append diary-entries-list (list (list date string)))))) -(defconst hebrew-calendar-parashiot-names +(defvar hebrew-calendar-parashiot-names ["Bereshith" "Noah" "Lech L'cha" "Vayera" "Hayei Sarah" "Toledoth" "Vayetze" "Vayishlah" "Vayeshev" "Mikketz" "Vayiggash" "Vayhi" "Shemoth" "Vaera" "Bo" "Beshallah" "Yithro" "Mishpatim" |