]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Remove special code for CJK that is no longer required (amends e665715fc4).
[lyx.git] / src / OutputParams.h
index 7bb21e8db8d6d31f0def28dced28b9600bd5e20e..8dbe00203d103bf4536f80d0d547af675032cb0c 100644 (file)
@@ -103,9 +103,9 @@ public:
        bool intitle;
 
        /** inulemcmd > 0 means that the environment in which the
-           inset is typeset is part of a ulem command (\uline, \uuline,
-           \uwave, \sout  or \xout). Insets that output latex commands relying
-           on local assignments (such as \cite) should enclose such
+           inset is typeset is part of a ulem or soul command (e.g., \uline,
+           \uuline, \uwave, \sout or \xout). Insets that output latex commands
+           relying on local assignments (such as \cite) should enclose such
            commands in \mbox{} in order to avoid breakage.
        */
        mutable int inulemcmd;