emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/org ChangeLog org-agenda.el


From: Juanma Barranquero
Subject: [Emacs-diffs] emacs/lisp/org ChangeLog org-agenda.el
Date: Tue, 29 Sep 2009 02:19:06 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      09/09/29 02:19:06

Modified files:
        lisp/org       : ChangeLog org-agenda.el 

Log message:
        * org-agenda.el (org-agenda-restore-windows-after-quit): Fix typo in 
docstring.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/org/ChangeLog?cvsroot=emacs&r1=1.86&r2=1.87
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/org/org-agenda.el?cvsroot=emacs&r1=1.32&r2=1.33

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/org/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -b -r1.86 -r1.87
--- ChangeLog   23 Sep 2009 23:55:26 -0000      1.86
+++ ChangeLog   29 Sep 2009 02:19:06 -0000      1.87
@@ -1,3 +1,8 @@
+2009-09-29  Juanma Barranquero  <address@hidden>
+
+       * org-agenda.el (org-agenda-restore-windows-after-quit):
+       Fix typo in docstring.
+
 2009-09-23  Juanma Barranquero  <address@hidden>
 
        * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)

Index: org-agenda.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/org/org-agenda.el,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- org-agenda.el       23 Sep 2009 23:55:26 -0000      1.32
+++ org-agenda.el       29 Sep 2009 02:19:06 -0000      1.33
@@ -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)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]