summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-07-28 10:51:57 +0200
committerBastien Guerry <bzg@altern.org>2011-07-28 10:51:57 +0200
commitc7a53afc47a599e73bf968b39cd21be4e8ec980f (patch)
treeccd9caf0f5fcc1dbba46ad1a937b826f900c6055
parent59e7fc4d3a4ee441d4716ca37fd41a2fa64e04d5 (diff)
downloadorg-mode-c7a53afc47a599e73bf968b39cd21be4e8ec980f.tar.gz
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'.
-rw-r--r--doc/org.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 5abe85e..1455285 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -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}