瀏覽代碼

Remove some duplicate words from docstrings

Patch by Juanma Barranquero.
Carsten Dominik 15 年之前
父節點
當前提交
785da1420a
共有 2 個文件被更改,包括 3 次插入3 次删除
  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 ()
   "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)

+ 2 - 2
lisp/org.el

@@ -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
@@ -11717,7 +11717,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.