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
edcb7f6b
Commit
edcb7f6b
authored
Feb 27, 2006
by
Glenn Morris
Browse files
(calendar-holidays): Doc fix.
parent
c61633ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
lisp/calendar/calendar.el
lisp/calendar/calendar.el
+10
-3
No files found.
lisp/calendar/calendar.el
View file @
edcb7f6b
...
...
@@ -1190,9 +1190,16 @@ list `other-holidays' in your .emacs file. Similarly, by setting any
of `general-holidays', `local-holidays' `christian-holidays',
`hebrew-holidays', `islamic-holidays', `bahai-holidays',
`oriental-holidays', or `solar-holidays' to nil in your .emacs file,
you can eliminate unwanted categories of holidays. The intention is
that (in the US) `local-holidays' be set in site-init.el and
`other-holidays' be set by the user.
you can eliminate unwanted categories of holidays.
Note that these variables are only used to initialize the default
value of `calendar-holidays'. In other words, they only have an
effect on the displayed holidays if set before the calendar is
loaded. After the calendar has been loaded, you must customize
`calendar-holidays' directly.
The intention is that (in the US) `local-holidays' be set in
site-init.el and `other-holidays' be set by the user.
Entries on the list are expressions that return (possibly empty) lists of
items of the form ((month day year) string) of a holiday in the in the
...
...
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