mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Adapt comment
This commit is contained in:
parent
7f90e3b7d2
commit
b75fc70561
@ -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.
|
||||
|
@ -274,7 +274,7 @@ struct BufferView::Private
|
||||
*/
|
||||
frontend::GuiBufferViewDelegate * gui_;
|
||||
|
||||
/// Cache for Find Next
|
||||
/// cache search string for simple search
|
||||
docstring search_request_cache_;
|
||||
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user