From baf0cb84bf02779e1fda3e34999fef5a5a8f3bab Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 29 Sep 2009 02:19:06 +0000 Subject: [PATCH] * org-agenda.el (org-agenda-restore-windows-after-quit): Fix typo in docstring. --- lisp/org/ChangeLog | 5 +++++ lisp/org/org-agenda.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 @@ +2009-09-29 Juanma Barranquero + + * org-agenda.el (org-agenda-restore-windows-after-quit): + Fix typo in docstring. + 2009-09-23 Juanma Barranquero * 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, the current status is recorded. When the agenda is exited with `q' or `x' and this option is set, the old state is restored. If `org-agenda-window-setup' is `other-frame', the value of this -option will be ignored.." +option will be ignored." :group 'org-agenda-windows :type 'boolean) -- 2.39.5