summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2016-11-12 01:45:05 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2016-11-12 01:45:05 +0100
commitff0748beacf3cf6369732ef10d56691ac9545d38 (patch)
treef712c85547eb88bb0bf58c7840b4d049c63a8183
parent393f49038624dd388fa1059c1cf1e210e8ca3fb6 (diff)
downloadorg-mode-ff0748beacf3cf6369732ef10d56691ac9545d38.tar.gz
Small documentation fixes
* doc/org.texi (The very busy C-c C-c key): * lisp/org.el (org-startup-folded): Documentation fixes.
-rw-r--r--doc/org.texi2
-rw-r--r--lisp/org.el5
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 86a22d6..054d82c 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -17356,7 +17356,7 @@ If the cursor is on a @code{#+TBLFM} line, re-apply the formulas to
the entire table.
@item
If the current buffer is a capture buffer, close the note and file it. With
-a prefix argument, jump to the target location, without capturing anything.
+a prefix argument, also jump to the target location upon storing the note.
@item
If the cursor is on a @code{<<<target>>>}, update radio targets and
corresponding links in this buffer.
diff --git a/lisp/org.el b/lisp/org.el
index 81f4e5f..9d526ae 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -932,8 +932,9 @@ the following lines anywhere in the buffer:
#+STARTUP: content
#+STARTUP: showeverything
-Set `org-agenda-inhibit-startup' to a non-nil value so as to
-ignore this option when Org opens agenda files for the first time."
+Set `org-agenda-inhibit-startup' to a non-nil value if you want
+to ignore this option when Org opens agenda files for the first
+time."
:group 'org-startup
:type '(choice
(const :tag "nofold: show all" nil)