branch: externals/org
commit 13a93d24fb124285b745d4b77f4fb603fa293624
Author: Ihor Radchenko <[email protected]>
Commit: Ihor Radchenko <[email protected]>

    org-manual: Fix some more grammar problems in the Document structure section
---
 doc/org-manual.org | 27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)

diff --git a/doc/org-manual.org b/doc/org-manual.org
index 3a0d0761e2..ec84861013 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -534,7 +534,7 @@ Headlines are not numbered.  However, you may want to 
dynamically
 number some, or all, of them.  See [[*Dynamic Headline Numbering]].
 
 #+vindex: org-cycle-separator-lines
-An empty line after the end of a subtree is considered part of it and
+An empty line after the end of a subtree is considered part of that subtree and
 is hidden when the subtree is folded.  However, if you leave at least
 two empty lines, one empty line remains visible after folding the
 subtree, in order to structure the collapsed view.  See the variable
@@ -724,7 +724,7 @@ By default, Org prevents such edits for a limited set of 
user
 commands.  Users can control which commands are affected by
 customizing ~org-fold-catch-invisible-edits-commands~.
 
-The strategy used to decide if a given edit is dangerous is controlled
+The strategy used to decide whether a given edit is dangerous is controlled
 by ~org-fold-catch-invisible-edits~.  See the docstring of this option
 for the available strategies.  Set the option to ~nil~ to disable
 catching invisible edits completely.
@@ -775,7 +775,7 @@ The following commands jump to other headlines in the 
buffer.
   #+findex: org-goto
   #+vindex: org-goto-auto-isearch
   Jump to a different place without changing the current outline
-  visibility.  Shows the document structure in a temporary buffer,
+  visibility.  Show the document structure in a temporary buffer,
   where you can use the following keys to find your destination:
 
   #+attr_texinfo: :columns 0.3 0.7
@@ -847,14 +847,14 @@ The following commands jump to other headlines in the 
buffer.
   #+kindex: M-S-RET
   #+findex: org-insert-todo-heading
   #+vindex: org-treat-insert-todo-heading-as-state-change
-  Insert new TODO entry with same level as current heading.  See also
+  Insert a new TODO entry with the same level as the current heading.  See also
   the variable ~org-treat-insert-todo-heading-as-state-change~.
 
 - {{{kbd(C-S-RET)}}} (~org-insert-todo-heading-respect-content~) ::
 
   #+kindex: C-S-RET
   #+findex: org-insert-todo-heading-respect-content
-  Insert new TODO entry with same level as current heading.  Like
+  Insert a new TODO entry with the same level as the current heading.  Like
   {{{kbd(C-RET)}}}, the new headline is inserted after the current
   subtree.
 
@@ -882,8 +882,7 @@ The following commands jump to other headlines in the 
buffer.
   When there is an active region---i.e., when Transient Mark mode is
   active---promotion and demotion work on all headlines in the region.
   To select a region of headlines, it is best to set mark at the beginning of 
the first
-  headline, and point at the line just after the last headline to
-  change.
+  headline, and point at the line just after the last headline you want to 
change.
 
 - {{{kbd(M-S-LEFT)}}} (~org-promote-subtree~) ::
 
@@ -913,33 +912,33 @@ The following commands jump to other headlines in the 
buffer.
 
   #+kindex: C-c @@
   #+findex: org-mark-subtree
-  Mark the subtree at point.  Hitting it repeatedly marks subsequent
+  Mark the subtree at point.  Pressing the key repeatedly marks subsequent
   subtrees of the same level as the marked subtree.
 
 - {{{kbd(C-c C-x C-w)}}} (~org-cut-subtree~) ::
 
   #+kindex: C-c C-x C-w
   #+findex: org-cut-subtree
-  Kill subtree, i.e., remove it from the buffer but save in kill ring.
+  Kill subtree, i.e., remove it from the buffer but save it in the kill ring.
   With a numeric prefix argument N, kill N sequential subtrees.
 
 - {{{kbd(C-c C-x M-w)}}} (~org-copy-subtree~) ::
 
   #+kindex: C-c C-x M-w
   #+findex: org-copy-subtree
-  Copy subtree to kill ring.  With a numeric prefix argument N, copy
+  Copy subtree to the kill ring.  With a numeric prefix argument N, copy
   the N sequential subtrees.
 
 - {{{kbd(C-c C-x C-y)}}} (~org-paste-subtree~) ::
 
   #+kindex: C-c C-x C-y
   #+findex: org-paste-subtree
-  Yank subtree from kill ring.  This does modify the level of the
+  Yank subtree from the kill ring.  This modifies the level of the
   subtree to make sure the tree fits in nicely at the yank position.
   The yank level can also be specified with a numeric prefix argument,
   or by yanking after a headline marker like =****=.  With
-  {{{kbd(C-u)}}} prefix, force inserting as a sibling.  With
-  {{{kbd(C-u C-u)}}} prefix argument, force inserting as a child.
+  {{{kbd(C-u)}}} prefix, force inserting it as a sibling.  With
+  {{{kbd(C-u C-u)}}} prefix argument, force inserting it as a child.
 
 - {{{kbd(C-y)}}} (~org-yank~) ::
 
@@ -952,7 +951,7 @@ The following commands jump to other headlines in the 
buffer.
   subtrees folded and in a clever way, using the same command as
   {{{kbd(C-c C-x C-y)}}}.  With the default settings, no level
   adjustment takes place, but the yanked tree is folded unless doing
-  so would swallow text previously visible.  Any prefix argument to
+  so would swallow previously visible text.  Any prefix argument to
   this command forces a normal ~yank~ to be executed, with the prefix
   passed along.  A good way to force a normal yank is {{{kbd(C-u
   C-y)}}}.  If you use ~yank-pop~ after a yank, it yanks previous kill

Reply via email to