]> git.lyx.org Git - lyx.git/commitdiff
* comment correction
authorStefan Schimanski <sts@lyx.org>
Fri, 25 Jan 2008 22:07:35 +0000 (22:07 +0000)
committerStefan Schimanski <sts@lyx.org>
Fri, 25 Jan 2008 22:07:35 +0000 (22:07 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22672 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/MathMacro.h

index 1296aa140b07a00c42b1f7375366e3c94267d150..172863195775dbca12df174386d767d68b56ba55 100644 (file)
@@ -155,7 +155,7 @@ private:
        DisplayMode displayMode_;
        /// expanded macro with ArgumentProxies
        InsetMathSqrt expanded_;
-       /// editing look of macro
+       /// macro definition with #1,#2,.. insets
        MathData definition_;
        /// number of arguments that were really attached
        size_t attachedArgsNum_;