]> git.lyx.org Git - lyx.git/blobdiff - src/Lexer.h
Typo in metadata glyphs check.
[lyx.git] / src / Lexer.h
index 6ecdd909891d5c3cc08c0a43e9244ba2debd971a..02ec7470e18d8214a196588bf4fbede18114014f 100644 (file)
@@ -138,12 +138,10 @@ public:
        std::string const getString(bool trim = false) const;
        ///
        docstring const getDocString(bool trim = false) const;
-       /** Get a long string, ended by the tag `endtoken'.
-           This string can span several lines. The first line
-           serves as a template for how many spaces the lines
-           are indented. This much white space is skipped from
-           each following line. This mechanism does not work
-           perfectly if you use tabs.
+       /** Get a long string, ended by the tag `endtoken'. This string
+           can span several lines. The first line serves as a template
+           for what sequence of tabs and spaces make up the indentation.
+           This prefix is skipped from each following line.
        */
        docstring getLongString(docstring const & endtoken);