mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
Trivial fixes to spelling/grammar in a couple of comments.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7581 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b7f49f9b42
commit
772c463b59
@ -168,7 +168,7 @@ Buffer::~Buffer()
|
||||
|
||||
paragraphs.clear();
|
||||
|
||||
// Remove any previewed LaTeX snippets assocoated with this buffer.
|
||||
// Remove any previewed LaTeX snippets associated with this buffer.
|
||||
lyx::graphics::Previews::get().removeLoader(this);
|
||||
}
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
// If you need Paragraph proper, go to text_func.h
|
||||
|
||||
/** The cursor.
|
||||
Later this variable has to be removed. There should be now internal
|
||||
Later this variable has to be removed. There should be no internal
|
||||
cursor in a text (and thus not in a buffer). By keeping this it is
|
||||
(I think) impossible to have several views with the same buffer, but
|
||||
the cursor placed at different places.
|
||||
@ -28,7 +28,8 @@
|
||||
Since the LyXText now has been moved from Buffer to BufferView
|
||||
it should not be absolutely needed to move the cursor...
|
||||
[even later]
|
||||
It should neverthe less to keep classes and intedependencies small
|
||||
Nevertheless, it should still be moved, in order to keep classes
|
||||
and interdependencies small.
|
||||
*/
|
||||
|
||||
// The structure that keeps track of the selections set.
|
||||
|
Loading…
Reference in New Issue
Block a user