Browse Source

Docstring update

* lisp/org.el (org-archive-location): Update docstring due to the
addition of document property drawers.
Gustav Wikström 6 years ago
parent
commit
03c60c78b5
1 changed files with 5 additions and 6 deletions
  1. 5 6
      lisp/org.el

+ 5 - 6
lisp/org.el

@@ -3992,14 +3992,13 @@ Here are a few examples:
 	Archive in file ./basement (relative path), as level 3 trees
 	Archive in file ./basement (relative path), as level 3 trees
 	below the level 2 heading \"** Finished Tasks\".
 	below the level 2 heading \"** Finished Tasks\".
 
 
-You may set this option on a per-file basis by adding to the buffer a
-line like
+You may define it locally by setting an ARCHIVE property.  If
+such a property is found in the file or in an entry, and anywhere
+up the hierarchy, it will be used.
 
 
-#+ARCHIVE: basement::** Finished Tasks
+You can also set it for the whole file using the keyword-syntax:
 
 
-You may also define it locally for a subtree by setting an ARCHIVE property
-in the entry.  If such a property is found in an entry, or anywhere up
-the hierarchy, it will be used."
+#+ARCHIVE: basement::** Finished Tasks"
   :group 'org-archive
   :group 'org-archive
   :type 'string)
   :type 'string)