From cbc72efe2782f9e485277eb837507486b8452ec3 Mon Sep 17 00:00:00 2001 From: Bernt Hansen Date: Tue, 28 Oct 2008 12:03:01 -0400 Subject: [PATCH] Fix typo and documentation for remember filing to clocking functions --- lisp/org-remember.el | 2 +- lisp/org.el | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/lisp/org-remember.el b/lisp/org-remember.el index 5424e007d..61d6875db 100644 --- a/lisp/org-remember.el +++ b/lisp/org-remember.el @@ -694,7 +694,7 @@ also indented so that it starts in the same column as the headline See also the variable `org-reverse-note-order'." (when (and (equal current-prefix-arg 2) (not (marker-buffer org-clock-marker))) - (error "No runing clock")) + (error "No running clock")) (when (org-bound-and-true-p org-jump-to-target-location) (let* ((end (min (point-max) (1+ (point)))) (beg (point))) diff --git a/lisp/org.el b/lisp/org.el index d59706b4c..569d87498 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -12596,9 +12596,10 @@ This command does many different things, depending on context: - If the cursor is inside a table created by the table.el package, activate that table. -- If the current buffer is a remember buffer, close note and file it. - with a prefix argument, file it without further interaction to the default - location. +- If the current buffer is a remember buffer, close note and file + it. A prefix argument of 1 files to the default location + without further interaction. A prefix argument of 2 files to + the currently clocking task. - If the cursor is on a <<>>, update radio targets and corresponding links in this buffer.