changeset 68480:a0bef9d6fe54

(org-agenda-use-time-grid): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 30 Jan 2006 02:08:05 +0000
parents 776ef30b05c3
children 52b6d55ff868
files lisp/textmodes/org.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/org.el	Mon Jan 30 02:04:47 2006 +0000
+++ b/lisp/textmodes/org.el	Mon Jan 30 02:08:05 2006 +0000
@@ -632,7 +632,7 @@
 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)