aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar/cal-french.el
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2002-03-15 20:45:10 +0000
committerPavel Janík <[email protected]>2002-03-15 20:45:10 +0000
commit1ba92e5da97e025de1beefc769af237dedab745d (patch)
tree709e1ac95af3227b40c9f4c360ee36212d793bbc /lisp/calendar/cal-french.el
parent2ca514455eb9fce8ade9c23d5bcc5bbc69bdb9fd (diff)
(calendar-goto-french-date): Fix prompt to match the actual code.
Diffstat (limited to 'lisp/calendar/cal-french.el')
-rw-r--r--lisp/calendar/cal-french.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/cal-french.el b/lisp/calendar/cal-french.el
index ef220be149..c21375e28c 100644
--- a/lisp/calendar/cal-french.el
+++ b/lisp/calendar/cal-french.el
@@ -237,7 +237,7 @@ Echo French Revolutionary date unless NOECHO is t."
(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)))))