aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2006-03-10 08:04:27 +0000
committerGlenn Morris2006-03-10 08:04:27 +0000
commitcae09deae8d746bb05749be6400402d089b5c30c (patch)
tree33b97bbf95e86472183483c2ca15564711fc2b87
parente678b91b703631bb43e3a6ce262d72d1106d956a (diff)
downloademacs-cae09deae8d746bb05749be6400402d089b5c30c.tar.gz
emacs-cae09deae8d746bb05749be6400402d089b5c30c.zip
(list-holidays): Doc fix.
-rw-r--r--lisp/calendar/holidays.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el
index c9a1a0f17e5..1aaf226d21d 100644
--- a/lisp/calendar/holidays.el
+++ b/lisp/calendar/holidays.el
@@ -119,8 +119,12 @@ This function is suitable for execution in a .emacs file."
119(defun list-holidays (y1 y2 &optional l label) 119(defun list-holidays (y1 y2 &optional l label)
120 "Display holidays for years Y1 to Y2 (inclusive). 120 "Display holidays for years Y1 to Y2 (inclusive).
121 121
122The optional list of holidays L defaults to `calendar-holidays'. See the 122The optional list of holidays L defaults to `calendar-holidays'.
123documentation for that variable for a description of holiday lists. 123When called interactively, this command offers a choice of
124holidays, based on the variables `solar-holidays' etc. See the
125documentation of `calendar-holidays' for a list of the variables
126that control the choices, as well as a description of the format
127of a holiday list.
124 128
125The optional LABEL is used to label the buffer created." 129The optional LABEL is used to label the buffer created."
126 (interactive 130 (interactive