# HG changeset patch # User Juanma Barranquero # Date 1138586885 0 # Node ID a0bef9d6fe5497c69fbdf3a7ede0f72d8ad1ce98 # Parent 776ef30b05c39aa28f1ac156f2ecad6e86402df0 (org-agenda-use-time-grid): Fix typo in docstring. diff -r 776ef30b05c3 -r a0bef9d6fe54 lisp/textmodes/org.el --- 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)