emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master cb5f745427: Fix some typos in the recent holidays change


From: Lars Ingebrigtsen
Subject: master cb5f745427: Fix some typos in the recent holidays change
Date: Wed, 27 Apr 2022 12:48:29 -0400 (EDT)

branch: master
commit cb5f7454273dcac10c00f5a869aa246ba3285a5f
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 89f8219edc..7e11044dbc 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]