]> git.lyx.org Git - features.git/blobdiff - src/lyxtext.h
* Change several freestanding and class methods with first letter
[features.git] / src / lyxtext.h
index 59ac616725ba55a5620188bc762a8d0ffc594c74..14fa58b3cf43337cef25effbe7a17a68d707a92f 100644 (file)
@@ -220,8 +220,8 @@ public:
        bool cursorTop(LCursor & cur);
        ///
        bool cursorBottom(LCursor & cur);
-       /// Delete character at cursor. Honour change tracking
-       bool Delete(LCursor & cur);
+       /// Erase character at cursor. Honour change tracking
+       bool erase(LCursor & cur);
        /** At cursor position 0, merge paragraph with the one before it.
         * Ignore CT (this is used in \c acceptChange, \c rejectChange for
         * physical deletion of paragraph break)