mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(diary-block): Doc fix.
This commit is contained in:
parent
5d67986c42
commit
5860ba6e6c
2 changed files with 4 additions and 1 deletions
|
|
@ -1242,7 +1242,8 @@ all values."
|
|||
|
||||
(defun diary-block (m1 d1 y1 m2 d2 y2)
|
||||
"Block diary entry.
|
||||
Entry applies if date is between two dates. Order of the parameters is
|
||||
Entry applies if date is between, or on one of, two dates.
|
||||
The order of the parameters is
|
||||
M1, D1, Y1, M2, D2, Y2 if `european-calendar-style' is nil, and
|
||||
D1, M1, Y1, D2, M2, Y2 if `european-calendar-style' is t."
|
||||
(let ((date1 (calendar-absolute-from-gregorian
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue