Fix typo.

This commit is contained in:
Juanma Barranquero
2008-11-17 02:26:57 +00:00
parent 062552e730
commit a6387c8d17

View File

@@ -11149,7 +11149,7 @@ PREFER and SHOW-ALL are passed through to `org-closest-date'."
(defun org-small-year-to-year (year)
"Convert 2-digit years into 4-digit years.
38-99 are mapped into 1938-1999. 1-37 are mapped into 2001-2007.
The year 2000 cannot be abbreviated. Any year lager than 99
The year 2000 cannot be abbreviated. Any year larger than 99
is returned unchanged."
(if (< year 38)
(setq year (+ 2000 year))