Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bdfa5dd2
Commit
bdfa5dd2
authored
Oct 04, 2011
by
Glenn Morris
Browse files
* lisp/calendar/holidays.el (calendar-check-holidays): Doc fix.
parent
0e2070b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/calendar/holidays.el
lisp/calendar/holidays.el
+3
-2
No files found.
lisp/ChangeLog
View file @
bdfa5dd2
2011-10-04 Glenn Morris <rgm@gnu.org>
* calendar/holidays.el (calendar-check-holidays): Doc fix.
2011-10-04 Martin Rudalics <rudalics@gmx.at>
* window.el (window--delete): New function.
...
...
lisp/calendar/holidays.el
View file @
bdfa5dd2
...
...
@@ -632,8 +632,9 @@ The optional LABEL is used to label the buffer created."
;;;###diary-autoload
(
defun
calendar-check-holidays
(
date
)
"Check the list of holidays for any that occur on DATE.
The value returned is a list of strings of relevant holiday descriptions.
The holidays are those in the list `calendar-holidays'."
DATE is a list (month day year). This function considers the
holidays from the list `calendar-holidays', and returns a list of
strings describing those holidays that apply on DATE."
(
let
((
displayed-month
(
calendar-extract-month
date
))
(
displayed-year
(
calendar-extract-year
date
))
holiday-list
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment