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 | 7d6cb330fab30d6f0898bff479c7b1407827f652 (patch) | |
tree | 332cf5aed8eecb45269cce489a978f9612fad7b0 /lisp/=diary-lib.el | |
parent | c474ba331aca68eef8350c1b8444c9284d37184c (diff) | |
download | emacs-7d6cb330fab30d6f0898bff479c7b1407827f652.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" |