diff --git a/src/BufferView.h b/src/BufferView.h index d0248b901e..3450a1d518 100644 --- a/src/BufferView.h +++ b/src/BufferView.h @@ -439,7 +439,7 @@ private: /// when it is allowed to scroll below the document. int minVisiblePart(); - /// Search recursively for the innermost inset that covers (x, y) position. + /// Search recursively for the innermost inset in text that covers (x, y) position. /// \retval 0 if no inset is found. Inset const * getCoveringInset( Text const & text, //< The Text where we start searching.