summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-04-05 17:16:33 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-04-05 17:16:33 -0400
commit8eef4b1904bcc611f5f4230927ca9eda2352d36b (patch)
treee004392027fb0208091ffb60baaa597a6d4a95b8 /doc
parent07a505b1b271f64a1ffb2da32da0548d32cd13de (diff)
master merge; new files not added after initial cairocanvas patch application
Diffstat (limited to 'doc')
-rw-r--r--doc/region_ops.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/region_ops.txt b/doc/region_ops.txt
index 69851bf3eb..c6b4ab00e5 100644
--- a/doc/region_ops.txt
+++ b/doc/region_ops.txt
@@ -24,9 +24,8 @@ If the edit point is `mouse':
if the mouse is over a selected region, or no region, this method returns all selected regions.
if the mouse is over an unselected region, just that region is returned.
-For other edit points the method returns the selected regions AND those that are both under the edit position
-AND on a selected track, or on a track which is in the same active edit-enabled route group as a selected
-region.
+For other edit points the method returns the selected regions. If no regions are selected, it returns
+the regions under the edit position on the selected tracks.
The action handlers call the appropriate method to decide which regions to operate on.