]> git.lyx.org Git - features.git/commitdiff
grammar
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 27 May 2009 15:51:56 +0000 (15:51 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 27 May 2009 15:51:56 +0000 (15:51 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29866 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXFunc.cpp

index 0fa60b1276e826e30b05a895cd24ce28462db692..1b77dd523cd71f5a55cc52ad17f9e1e973c2338a 100644 (file)
@@ -563,9 +563,11 @@ FuncStatus LyXFunc::getStatus(FuncRequest const & cmd) const
                        flag = getStatus(func);
                        theTopLevelCmdDef().release(name);
                } else {
-                       // catch recursion or unknown command definiton
-                       // all operations until the recursion or unknown command 
-                       // definiton occures are performed, so set the state to enabled
+                       // catch recursion or unknown command
+                       // definition. all operations until the
+                       // recursion or unknown command definition
+                       // occurs are performed, so set the state to
+                       // enabled
                        enable = true;
                }
                break;