]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Account for old versions of Pygments
[lyx.git] / src / OutputParams.h
index ec63d01aaec85525bd0d8f1488412b2bc416eae7..1631dac9d09d2989994bf44cafe5bfcdfc53e878 100644 (file)
@@ -104,7 +104,7 @@ public:
 
        /** inulemcmd > 0 means that the environment in which the
            inset is typeset is part of a ulem command (\uline, \uuline,
-           \uwave, or \sout). Insets that output latex commands relying
+           \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.
        */
@@ -265,7 +265,7 @@ public:
        bool isLastPar;
 
 
-       /** whether or not do actual file copying and image conversion
+       /** whether or not to do actual file copying and image conversion
         *  This mode will be used to preview the source code
         */
        bool dryrun;