From 26ff27714ce753faf6a3aab773f71493949b7112 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 23 Jul 2021 22:46:28 +0300 Subject: [PATCH] ; * lisp/calendar/cal-french.el (calendar-french-trim-feast): Doc fix. --- lisp/calendar/cal-french.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/calendar/cal-french.el b/lisp/calendar/cal-french.el index cc18a2a5d8e..1789f16445f 100644 --- a/lisp/calendar/cal-french.el +++ b/lisp/calendar/cal-french.el @@ -215,8 +215,8 @@ 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)) -- 2.39.2