From: Juanma Barranquero Date: Tue, 29 Sep 2009 02:19:06 +0000 (+0000) Subject: * org-agenda.el (org-agenda-restore-windows-after-quit): Fix typo in docstring. X-Git-Tag: emacs-pretest-23.1.90~1079 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=baf0cb84bf02779e1fda3e34999fef5a5a8f3bab;p=emacs.git * org-agenda.el (org-agenda-restore-windows-after-quit): Fix typo in docstring. --- 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)