From: Lars Ingebrigtsen Date: Wed, 27 Apr 2022 16:48:16 +0000 (+0200) Subject: Fix some typos in the recent holidays change X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~2370^2~268 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cb5f7454273dcac10c00f5a869aa246ba3285a5f;p=emacs.git Fix some typos in the recent holidays change * lisp/calendar/holidays.el (holiday-available-holiday-lists): Fix typos. --- 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")