changeset 43939:a73eb952f031

(calendar-goto-french-date): Fix prompt to match the actual code.
author Pavel Janík <Pavel@Janik.cz>
date Fri, 15 Mar 2002 20:41:01 +0000
parents 60afac34bb7c
children 645e524b7bf2
files lisp/calendar/cal-french.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/cal-french.el	Fri Mar 15 19:30:36 2002 +0000
+++ b/lisp/calendar/cal-french.el	Fri Mar 15 20:41:01 2002 +0000
@@ -237,7 +237,7 @@
 	    (day (if (> month 12)
 		     (- month 12)
 		   (calendar-read
-		    "Jour (1-10): "
+		    "Jour (1-30): "
 		    '(lambda (x) (and (<= 1 x) (<= x 30))))))
 	    (month (if (> month 12) 13 month)))
        (list (list month day year)))))