Mercurial > emacs
changeset 92629:3d76a52b916c
(french-calendar-month-name-array)
(french-calendar-day-name-array, french-calendar-special-days-array):
Add doc strings.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 08 Mar 2008 20:18:38 +0000 |
parents | 3b8495c1770f |
children | 508294b2bd7c |
files | lisp/calendar/cal-french.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/cal-french.el Sat Mar 08 20:15:15 2008 +0000 +++ b/lisp/calendar/cal-french.el Sat Mar 08 20:18:38 2008 +0000 @@ -73,14 +73,17 @@ "de la Re'volution"]) (defun french-calendar-month-name-array () + "Return the array of month names, depending on whether accents are available." (if (french-calendar-accents) french-calendar-multibyte-month-name-array french-calendar-month-name-array)) (defun french-calendar-day-name-array () + "Return the array of day names." french-calendar-day-name-array) (defun french-calendar-special-days-array () + "Return the special day names, depending on whether accents are available." (if (french-calendar-accents) french-calendar-multibyte-special-days-array french-calendar-special-days-array))