]> git.lyx.org Git - lyx.git/blobdiff - src/FuncStatus.h
fix FuncStatus documentation
[lyx.git] / src / FuncStatus.h
index 6db5832d96a0232a6be152870f43d2212863ff2e..054b7db81849ff565dbb36f1d237984aea58b4fa 100644 (file)
@@ -23,7 +23,9 @@ private:
        enum StatusCodes {
                /// Command can be executed
                OK = 0,
-               /// It is unknown wether the command can be executed or not
+               /// This command does not exist, possibly because it is not
+               /// compiled in (e.g. LFUN_THESAURUS) or the user mistyped
+               /// it in the minibuffer. UNKNOWN commands have no menu entry.
                UNKNOWN = 1,
                /// Command cannot be executed
                DISABLED = 2,