]> git.eshelyaron.com Git - emacs.git/commitdiff
* org-agenda.el (org-agenda-restore-windows-after-quit): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 29 Sep 2009 02:19:06 +0000 (02:19 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 29 Sep 2009 02:19:06 +0000 (02:19 +0000)
lisp/org/ChangeLog
lisp/org/org-agenda.el

index 95826a602dd21b1980864b25c94224a1a9d21185..8e0decf534734843c95a342ef05bda6d5182036a 100644 (file)
@@ -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)
index 9e711433c786ca59824425ffb1fe0d724604dc48..ed9d7c05ac60b37836adc39b1518ac962832add7 100644 (file)
@@ -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)