]> git.eshelyaron.com Git - emacs.git/commitdiff
* org.el (org-directory, org-map-entries):
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 4 Oct 2009 01:36:07 +0000 (01:36 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 4 Oct 2009 01:36:07 +0000 (01:36 +0000)
* org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.

lisp/org/ChangeLog
lisp/org/org-clock.el
lisp/org/org.el

index a7e480ce33a27509c8cd430aaaa95d91712d7518..d651d6b5e19a4a2a12e3c9b7b1a6d6196a9e4a00 100644 (file)
@@ -1,3 +1,8 @@
+2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * org.el (org-directory, org-map-entries):
+       * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
+
 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
 
        * org.el (org-set-tags-to): New command.
        `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
        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 a72d3568f848821f7b22205ac842110427941e62..1b55309101f52e0e1bcbdc6703f84c0c92fa7d18 100644 (file)
@@ -393,7 +393,7 @@ If not, show simply the clocked time like 01:50."
 
 (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 39614ca0d39575e178af8bb1694f0239c5d87362..c3137887b4c071e254e561e73165e7ff279f8ef2 100644 (file)
@@ -1468,7 +1468,7 @@ following situations:
    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 @@ the scanner.  The following items can be given here:
   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.