summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2013-04-16 05:59:27 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2013-04-16 05:59:27 +0200
commitcb658482c3daba69bc3a76660879192aabe54d1b (patch)
tree082f1ba761125969f86e9806bc5d432f5d868098
parent92eaf7bbd8afe1a03306ef6dd01b95973d7dc152 (diff)
downloadorg-mode-cb658482c3daba69bc3a76660879192aabe54d1b.tar.gz
Fix typo in docstring of `org-small-year-to-year'
* lisp/org.el (org-small-year-to-year): Fix typo in docstring
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 06ca8aa..460897e 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -16946,7 +16946,7 @@ The variable `date' is bound by the calendar when this is called."
(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.
+38-99 are mapped into 1938-1999. 1-37 are mapped into 2001-2037.
The year 2000 cannot be abbreviated. Any year larger than 99
is returned unchanged."
(if (< year 38)