diff --git a/doc/en/Gtk/SelectionMode.xml b/doc/en/Gtk/SelectionMode.xml index 36fd49e9f..521def643 100644 --- a/doc/en/Gtk/SelectionMode.xml +++ b/doc/en/Gtk/SelectionMode.xml @@ -89,7 +89,7 @@ - Several items may be selected or unselected with a click or using the spacebar. They cannot be selected or unselected in any other way. + Several items may be selected or unselected with a click or using the spacebar. The selection can be done using the Ctrl and Shift modifier keys in the usual way. Note that multiple selection should only be used where all items share the exact same callback routine. @@ -105,7 +105,7 @@ - Several items may be selected or unselected using drag, or the shift (selects all items from the leader to the current focus) or control (selects the item having current focus) keys. + This is the same as "Multiple", but deprecated. Use Multiple instead. Note that extended selection should only be used where all items share the exact same callback routine.