changeset 105273:b9edaeacd0e7

* org-agenda.el (org-agenda-restore-windows-after-quit): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 29 Sep 2009 02:19:06 +0000
parents b51e687e8c81
children 506031e65b65
files lisp/org/ChangeLog lisp/org/org-agenda.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/org/ChangeLog	Tue Sep 29 02:18:20 2009 +0000
+++ b/lisp/org/ChangeLog	Tue Sep 29 02:19:06 2009 +0000
@@ -1,3 +1,8 @@
+2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
+
+	* org-agenda.el (org-agenda-restore-windows-after-quit):
+	Fix typo in docstring.
+
 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
 
 	* org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
--- a/lisp/org/org-agenda.el	Tue Sep 29 02:18:20 2009 +0000
+++ b/lisp/org/org-agenda.el	Tue Sep 29 02:19:06 2009 +0000
@@ -707,7 +707,7 @@
 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)