aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2006-01-30 02:08:05 +0000
committerJuanma Barranquero <[email protected]>2006-01-30 02:08:05 +0000
commit07e334eac80a163ed0a78de47940647f5652ca01 (patch)
tree872e7809646457c1e3d2f1f9f0be0687710b9021 /lisp
parentb0a10108c3d5365c6f163f082c3bd14e9ce98473 (diff)
(org-agenda-use-time-grid): Fix typo in docstring.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/textmodes/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el
index 486b38a143..0381854542 100644
--- a/lisp/textmodes/org.el
+++ b/lisp/textmodes/org.el
@@ -632,7 +632,7 @@ of `org-agenda-prefix-format' or `org-timeline-prefix-format'.")
A time grid is a set of lines for specific times (like every two hours between
8:00 and 20:00). The items scheduled for a day at specific times are
sorted in between these lines.
-For deails about when the grid will be shown, and what it will look like, see
+For details about when the grid will be shown, and what it will look like, see
the variable `org-agenda-time-grid'."
:group 'org-agenda
:type 'boolean)