[LyX/master] Adapt comment

Juergen Spitzmueller spitz at lyx.org
Fri Feb 12 13:40:47 UTC 2021


commit b75fc7056118c1255134572789eaabae2efb81d6
Author: Juergen Spitzmueller <spitz at lyx.org>
Date:   Fri Feb 12 14:43:37 2021 +0100

    Adapt comment
---
 lib/RELEASE-NOTES  |    2 +-
 src/BufferView.cpp |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/RELEASE-NOTES b/lib/RELEASE-NOTES
index 4e92ccf..42fa0fa 100644
--- a/lib/RELEASE-NOTES
+++ b/lib/RELEASE-NOTES
@@ -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.
diff --git a/src/BufferView.cpp b/src/BufferView.cpp
index 3764253..f7d0bbd 100644
--- a/src/BufferView.cpp
+++ b/src/BufferView.cpp
@@ -274,7 +274,7 @@ struct BufferView::Private
 	  */
 	frontend::GuiBufferViewDelegate * gui_;
 
-	/// Cache for Find Next
+	/// cache search string for simple search
 	docstring search_request_cache_;
 
 	///


More information about the lyx-cvs mailing list