1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-23 07:18:53 +00:00

Remove some duplicate words from docstrings

Patch by Juanma Barranquero.
This commit is contained in:
Carsten Dominik 2009-10-04 08:36:18 +02:00
parent a7c670ad47
commit 785da1420a
2 changed files with 3 additions and 3 deletions

View 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)

View 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
@ -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.