branch: externals/org
commit eacc9aa3caf774ee1abb890e0104adb514d4cfdf
Author: Matthew Trzcinski <[email protected]>
Commit: Matthew Trzcinski <[email protected]>

    doc/org-manual.org: Minor language fixes
    
    * doc/org-manual.org (Property Syntax): Give article for "buffer
    level" and "headline".  Fix plural confusion on "needs".  Change
    "allowing" language; authors should only allow comments above buffer
    level property blocks because Org requires it.
---
 doc/org-manual.org | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/org-manual.org b/doc/org-manual.org
index 7e5ac0673f..73e9b7d879 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -5312,10 +5312,10 @@ disks in a box like this:
   :END:
 #+end_example
 
-Properties can be inserted on buffer level.  That means they apply
+Properties can be inserted at the buffer level.  That means they apply
 before the first headline and can be inherited by all entries in a
-file.  Property blocks defined before first headline needs to be
-located at the top of the buffer, allowing only comments above.
+file.  Property blocks defined before the first headline must be at
+the top of the buffer with only comments above them.
 
 Properties can also be defined using lines like:
 

Reply via email to