aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-01-30 02:08:05 +0000
committerJuanma Barranquero2006-01-30 02:08:05 +0000
commit07e334eac80a163ed0a78de47940647f5652ca01 (patch)
tree872e7809646457c1e3d2f1f9f0be0687710b9021
parentb0a10108c3d5365c6f163f082c3bd14e9ce98473 (diff)
downloademacs-07e334eac80a163ed0a78de47940647f5652ca01.tar.gz
emacs-07e334eac80a163ed0a78de47940647f5652ca01.zip
(org-agenda-use-time-grid): Fix typo in docstring.
-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 486b38a143a..0381854542a 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'.")
632A time grid is a set of lines for specific times (like every two hours between 632A time grid is a set of lines for specific times (like every two hours between
6338:00 and 20:00). The items scheduled for a day at specific times are 6338:00 and 20:00). The items scheduled for a day at specific times are
634sorted in between these lines. 634sorted in between these lines.
635For deails about when the grid will be shown, and what it will look like, see 635For details about when the grid will be shown, and what it will look like, see
636the variable `org-agenda-time-grid'." 636the variable `org-agenda-time-grid'."
637 :group 'org-agenda 637 :group 'org-agenda
638 :type 'boolean) 638 :type 'boolean)