]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/calendar/cal-french.el (calendar-french-trim-feast): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Fri, 23 Jul 2021 19:46:28 +0000 (22:46 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 23 Jul 2021 19:46:28 +0000 (22:46 +0300)
lisp/calendar/cal-french.el

index cc18a2a5d8ef4204cb60a2b4b8a2f33300ebc2bb..1789f16445f704861adaee549556641638045a98 100644 (file)
   calendar-french-special-days-array)
 
 (defun calendar-french-trim-feast (feast)
-  "Remove the article from the feast, e.g. \"du Raisin\" -> \"Raisin\"
-or \"de la Vertu\" -> \"Vertu\""
+  "Remove the article from the FEAST.
+E.g. \"du Raisin\" -> \"Raisin\" or \"de la Vertu\" -> \"Vertu\"."
   (cond
    ((equal (substring feast 0 3) "du ")    (substring feast 3))
    ((equal (substring feast 0 6) "de la ") (substring feast 6))