Adapt comment

This commit is contained in:
Juergen Spitzmueller 2021-02-12 14:43:37 +01:00
parent 7f90e3b7d2
commit b75fc70561
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@
* search-string-set [arg] stores the <arg>, the currently selected text or the word under
cursor in the search cache that is used by word-find[-backward|-forward] if no argument
is given to those.
is given to those.
* inset-split is a new convenience function that splits an inset into two at the given
cursor position. This is only implemented for text insets currently.

View File

@ -274,7 +274,7 @@ struct BufferView::Private
*/
frontend::GuiBufferViewDelegate * gui_;
/// Cache for Find Next
/// cache search string for simple search
docstring search_request_cache_;
///