org.texi: mention 'region as a possible scope for `org-map-entries'.

* org.texi (Using the mapping API): mention 'region as a
possible scope for `org-map-entries'.
This commit is contained in:
Bastien Guerry 2011-07-28 10:51:57 +02:00
parent 59e7fc4d3a
commit c7a53afc47
1 changed files with 1 additions and 0 deletions

View File

@ -15062,6 +15062,7 @@ SCOPE determines the scope of this command. It can be any of:
@example
nil @r{the current buffer, respecting the restriction if any}
tree @r{the subtree started with the entry at point}
region @r{The entries within the active region, if any}
file @r{the current buffer, without restriction}
file-with-archives
@r{the current buffer, and any archives associated with it}