summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-01-23 22:47:47 +0100
committerCarsten Dominik <carsten.dominik@gmail.com>2010-01-23 22:47:47 +0100
commite3e422ac64860cc6340dd6eb619755761369410c (patch)
treeb46393baa3d52a964db0c42d738971daea8d7c19
parent7f0995dcab2361a9960cdaef38e3b317433d269b (diff)
downloadorg-mode-e3e422ac64860cc6340dd6eb619755761369410c.tar.gz
Fix typo
-rw-r--r--lisp/org-datetree.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-datetree.el b/lisp/org-datetree.el
index 3115e5f..4a47a35 100644
--- a/lisp/org-datetree.el
+++ b/lisp/org-datetree.el
@@ -43,7 +43,7 @@ base level will be properly adjusted.")
(defun org-datetree-find-date-create (date &optional keep-restriction)
"Find or create an entry for DATE.
If KEEP-RESTRICTION is non-nil, do not widen the buffer.
-When it is nit, the buffer will be widened to make sure an existing date
+When it is nil, the buffer will be widened to make sure an existing date
tree can be found."
(let ((year (nth 2 date))
(month (car date))