From cb5f7454273dcac10c00f5a869aa246ba3285a5f Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Wed, 27 Apr 2022 18:48:16 +0200 Subject: [PATCH] Fix some typos in the recent holidays change * lisp/calendar/holidays.el (holiday-available-holiday-lists): Fix typos. --- lisp/calendar/holidays.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el index 89f8219edcb..7e11044dbc0 100644 --- a/lisp/calendar/holidays.el +++ b/lisp/calendar/holidays.el @@ -400,7 +400,7 @@ This function is suitable for execution in an init file." (displayed-year (calendar-extract-year date))) (calendar-list-holidays)))) -(defun holiday-available-holyday-lists () +(defun holiday-available-holiday-lists () "Return a list of all holiday lists. This is used by `list-holidays', and you can customize the return value by using `add-function'." @@ -454,8 +454,8 @@ of a holiday list. The optional LABEL is used to label the buffer created. The list of holiday lists is computed by the -`holiday-available-holyday-lists' and you can alter the results -by redefining that function, or use `add-function' to all +`holiday-available-holiday-lists' and you can alter the results +by redefining that function, or use `add-function' to add values." (interactive (let* ((start-year (calendar-read-sexp @@ -468,7 +468,7 @@ values." start-year start-year)) (completion-ignore-case t) - (lists (holiday-available-holyday-lists)) + (lists (holiday-available-holiday-lists)) (choice (capitalize (completing-read "List (TAB for choices): " lists nil t))) (which (if (string-equal choice "Ask") -- 2.39.2