summaryrefslogtreecommitdiff
path: root/desktop/selection.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/selection.c')
-rw-r--r--desktop/selection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/selection.c b/desktop/selection.c
index b2a73f82e..90ce33372 100644
--- a/desktop/selection.c
+++ b/desktop/selection.c
@@ -160,7 +160,7 @@ void selection_destroy(struct selection *s)
* resized causing the layout to change.
*
* \param s selection object
- * \param root the box (page/textarea) to be used as the root node for this selection
+ * \param root the root box for html document or NULL for text/plain
*/
void selection_reinit(struct selection *s, struct box *root)
@@ -194,7 +194,7 @@ void selection_reinit(struct selection *s, struct box *root)
* ie. selections are confined to that subtree.
*
* \param s selection object
- * \param root the box (page/textarea) to be used as the root node for this selection
+ * \param root the root box for html document or NULL for text/plain
*/
void selection_init(struct selection *s, struct box *root)