summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2010-08-12 15:24:32 +0200
committerBastien Guerry <bzg@altern.org>2010-08-12 15:24:32 +0200
commit13a05628f465fa7fa25268d96bde7dcd0be3a942 (patch)
tree77e8aec9440769785979eb4507b6e65b6aceafba
parent788f562168c25f70a9fb7821c90cfb82bb338bf6 (diff)
downloadorg-mode-13a05628f465fa7fa25268d96bde7dcd0be3a942.tar.gz
org-ctrl-c-ctrl-c: document C-cC-c for capture buffer.
Don't mention remember in this docstring.
-rw-r--r--lisp/org.el9
1 files changed, 3 insertions, 6 deletions
diff --git a/lisp/org.el b/lisp/org.el
index af4f793..31d2411 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -17157,13 +17157,10 @@ This command does many different things, depending on context:
- If the cursor is a the beginning of a dynamic block, update it.
-- 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 current buffer is a capture buffer, close note and file it.
-- If the cursor is on a <<<target>>>, update radio targets and corresponding
- links in this buffer.
+- If the cursor is on a <<<target>>>, update radio targets and
+ corresponding links in this buffer.
- If the cursor is on a numbered item in a plain list, renumber the
ordered list.