aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/org/ChangeLog5
-rw-r--r--lisp/org/org-agenda.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 95826a602dd..8e0decf5347 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1,3 +1,8 @@
12009-09-29 Juanma Barranquero <lekktu@gmail.com>
2
3 * org-agenda.el (org-agenda-restore-windows-after-quit):
4 Fix typo in docstring.
5
12009-09-23 Juanma Barranquero <lekktu@gmail.com> 62009-09-23 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels) 8 * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
diff --git a/lisp/org/org-agenda.el b/lisp/org/org-agenda.el
index 9e711433c78..ed9d7c05ac6 100644
--- a/lisp/org/org-agenda.el
+++ b/lisp/org/org-agenda.el
@@ -707,7 +707,7 @@ Before the window configuration is changed for displaying the agenda,
707the current status is recorded. When the agenda is exited with 707the current status is recorded. When the agenda is exited with
708`q' or `x' and this option is set, the old state is restored. If 708`q' or `x' and this option is set, the old state is restored. If
709`org-agenda-window-setup' is `other-frame', the value of this 709`org-agenda-window-setup' is `other-frame', the value of this
710option will be ignored.." 710option will be ignored."
711 :group 'org-agenda-windows 711 :group 'org-agenda-windows
712 :type 'boolean) 712 :type 'boolean)
713 713