diff lisp/calendar/cal-french.el @ 7639:67b7d1ea7b2e

Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 May 1994 22:14:17 +0000
parents 3e1323443b1a
children b6ac896a491a
line wrap: on
line diff
--- a/lisp/calendar/cal-french.el	Sun May 22 22:00:39 1994 +0000
+++ b/lisp/calendar/cal-french.el	Sun May 22 22:14:17 1994 +0000
@@ -104,7 +104,7 @@
   "Compute the French Revolutionary equivalent for absolute date DATE.
 The result is a list of the form (MONTH DAY YEAR).
 The absolute date is the number of days elapsed since the
-(imaginary) Gregorian date Sunday, December 31, 1 BC."
+\(imaginary) Gregorian date Sunday, December 31, 1 BC."
   (if (< date 654415)
       (list 0 0 0);; pre-French Revolutionary date
     (let* ((approx (/ (- date 654414) 366));; Approximation from below.