diff options
| author | Juanma Barranquero | 2006-01-30 02:08:05 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-01-30 02:08:05 +0000 |
| commit | 07e334eac80a163ed0a78de47940647f5652ca01 (patch) | |
| tree | 872e7809646457c1e3d2f1f9f0be0687710b9021 | |
| parent | b0a10108c3d5365c6f163f082c3bd14e9ce98473 (diff) | |
| download | emacs-07e334eac80a163ed0a78de47940647f5652ca01.tar.gz emacs-07e334eac80a163ed0a78de47940647f5652ca01.zip | |
(org-agenda-use-time-grid): Fix typo in docstring.
| -rw-r--r-- | lisp/textmodes/org.el | 2 |
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'.") | |||
| 632 | A time grid is a set of lines for specific times (like every two hours between | 632 | A time grid is a set of lines for specific times (like every two hours between |
| 633 | 8:00 and 20:00). The items scheduled for a day at specific times are | 633 | 8:00 and 20:00). The items scheduled for a day at specific times are |
| 634 | sorted in between these lines. | 634 | sorted in between these lines. |
| 635 | For deails about when the grid will be shown, and what it will look like, see | 635 | For details about when the grid will be shown, and what it will look like, see |
| 636 | the variable `org-agenda-time-grid'." | 636 | the variable `org-agenda-time-grid'." |
| 637 | :group 'org-agenda | 637 | :group 'org-agenda |
| 638 | :type 'boolean) | 638 | :type 'boolean) |