Browse Source

Remove some duplicate words from docstrings

Patch by Juanma Barranquero.
Carsten Dominik 15 years ago
parent
commit
785da1420a
2 changed files with 3 additions and 3 deletions
  1. 1 1
      lisp/org-clock.el
  2. 2 2
      lisp/org.el

+ 1 - 1
lisp/org-clock.el

@@ -393,7 +393,7 @@ If not, show simply the clocked time like 01:50."
 
 
 (defun org-clock-get-clocked-time ()
 (defun org-clock-get-clocked-time ()
   "Get the clocked time for the current item in minutes.
   "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."
 previous clocking intervals."
   (let ((currently-clocked-time
   (let ((currently-clocked-time
 	 (floor (- (org-float-time)
 	 (floor (- (org-float-time)

+ 2 - 2
lisp/org.el

@@ -1468,7 +1468,7 @@ following situations:
    absolute path.  The path will then be interpreted relative to
    absolute path.  The path will then be interpreted relative to
    `org-directory'
    `org-directory'
 2. When a remember note is filed away in an interactive way (when exiting the
 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."
    with `org-directory' as the default path."
   :group 'org-refile
   :group 'org-refile
   :group 'org-remember
   :group 'org-remember
@@ -11717,7 +11717,7 @@ the scanner.  The following items can be given here:
   comment    skip trees with the COMMENT keyword
   comment    skip trees with the COMMENT keyword
   function or Emacs Lisp form:
   function or Emacs Lisp form:
              will be used as value for `org-agenda-skip-function', so whenever
              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
              entry and search will continue from the point where the
              function leaves it.
              function leaves it.