浏览代码

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'.
Bastien Guerry 14 年之前
父节点
当前提交
c7a53afc47
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      doc/org.texi

+ 1 - 0
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}