Bladeren bron

Merge branch 'maint'

Nicolas Goaziou 8 jaren geleden
bovenliggende
commit
3375671e83
2 gewijzigde bestanden met toevoegingen van 4 en 3 verwijderingen
  1. 1 1
      doc/org.texi
  2. 3 2
      lisp/org.el

+ 1 - 1
doc/org.texi

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

+ 3 - 2
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)