aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/diary-lib.el8
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:
1167 day before. (If `european-calendar-style' is t, the order 1167 day before. (If `european-calendar-style' is t, the order
1168 of the parameters should be changed to DAY, MONTH, YEAR.) 1168 of the parameters should be changed to DAY, MONTH, YEAR.)
1169 1169
1170 %%(diary-sunrise-sunset)
1171 Diary entries giving the local times of Sabbath candle
1172 lighting will be made every day. Note that since there is
1173 no text, it makes sense only if the fancy diary display is
1174 used. Floating point required.
1175
1176 %%(diary-rosh-hodesh) 1170 %%(diary-rosh-hodesh)
1177 Diary entries will be made on the dates of Rosh Hodesh on 1171 Diary entries will be made on the dates of Rosh Hodesh on
1178 the Hebrew calendar. Note that since there is no text, it 1172 the Hebrew calendar. Note that since there is no text, it
@@ -1539,7 +1533,7 @@ Do nothing if DATE or STRING is nil."
1539 (setq diary-entries-list 1533 (setq diary-entries-list
1540 (append diary-entries-list (list (list date string)))))) 1534 (append diary-entries-list (list (list date string))))))
1541 1535
1542(defconst hebrew-calendar-parashiot-names 1536(defvar hebrew-calendar-parashiot-names
1543["Bereshith" "Noah" "Lech L'cha" "Vayera" "Hayei Sarah" "Toledoth" 1537["Bereshith" "Noah" "Lech L'cha" "Vayera" "Hayei Sarah" "Toledoth"
1544 "Vayetze" "Vayishlah" "Vayeshev" "Mikketz" "Vayiggash" "Vayhi" 1538 "Vayetze" "Vayishlah" "Vayeshev" "Mikketz" "Vayiggash" "Vayhi"
1545 "Shemoth" "Vaera" "Bo" "Beshallah" "Yithro" "Mishpatim" 1539 "Shemoth" "Vaera" "Bo" "Beshallah" "Yithro" "Mishpatim"