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-clock.el org.el


From: Juanma Barranquero
Subject: [Emacs-diffs] emacs/lisp/org ChangeLog org-clock.el org.el
Date: Sun, 04 Oct 2009 01:36:08 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      09/10/04 01:36:08

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

Log message:
        * org.el (org-directory, org-map-entries):
        * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/org/ChangeLog?cvsroot=emacs&r1=1.90&r2=1.91
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/org/org-clock.el?cvsroot=emacs&r1=1.28&r2=1.29
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/org/org.el?cvsroot=emacs&r1=1.55&r2=1.56

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/org/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -b -r1.90 -r1.91
--- ChangeLog   1 Oct 2009 07:59:53 -0000       1.90
+++ ChangeLog   4 Oct 2009 01:36:07 -0000       1.91
@@ -1,3 +1,8 @@
+2009-10-04  Juanma Barranquero  <address@hidden>
+
+       * org.el (org-directory, org-map-entries):
+       * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
+
 2009-10-01  Carsten Dominik  <address@hidden>
 
        * org.el (org-set-tags-to): New command.
@@ -2506,7 +2511,7 @@
        `org-font-lock-add-priority-faces'.
        (org-font-lock-add-priority-faces): New function.
 
-       * org-faces.el: (org-set-tag-faces): New option.
+       * org-faces.el (org-set-tag-faces): New option.
        (org-priority-faces): New variable.
 
        * org-exp.el (org-export-as-html): Add a "content" div around the
@@ -2620,7 +2625,7 @@
        info yet and the call does not want to add anything, only maybe
        tries to remove something.
        (org-special-ctrl-a/e): All value to be a cons cell with separate
-       settings for `C-a. and `C-e'.
+       settings for `C-a' and `C-e'.
        (org-beginning-of-line, org-end-of-line): Honor separate values
        for `C-a' and `C-e'.
 

Index: org-clock.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/org/org-clock.el,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- org-clock.el        1 Oct 2009 07:59:54 -0000       1.28
+++ org-clock.el        4 Oct 2009 01:36:08 -0000       1.29
@@ -393,7 +393,7 @@
 
 (defun org-clock-get-clocked-time ()
   "Get the clocked time for the current item in minutes.
-The time returned includes the the time spent on this task in
+The time returned includes the time spent on this task in
 previous clocking intervals."
   (let ((currently-clocked-time
         (floor (- (org-float-time)

Index: org.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/org/org.el,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -b -r1.55 -r1.56
--- org.el      1 Oct 2009 07:59:56 -0000       1.55
+++ org.el      4 Oct 2009 01:36:08 -0000       1.56
@@ -1468,7 +1468,7 @@
    absolute path.  The path will then be interpreted relative to
    `org-directory'
 2. When a remember note is filed away in an interactive way (when exiting the
-   note buffer with `C-1 C-c C-c'.  The the user is prompted for an org file,
+   note buffer with `C-1 C-c C-c'.  The user is prompted for an org file,
    with `org-directory' as the default path."
   :group 'org-refile
   :group 'org-remember
@@ -11708,7 +11708,7 @@
   comment    skip trees with the COMMENT keyword
   function or Emacs Lisp form:
              will be used as value for `org-agenda-skip-function', so whenever
-             the the function returns t, FUNC will not be called for that
+             the function returns t, FUNC will not be called for that
              entry and search will continue from the point where the
              function leaves it.
 




reply via email to

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