texlive[55938] Build/source/texk/web2c: [WEB] Rectify comment for

commits+ascherer at tug.org commits+ascherer at tug.org
Sat Jul 25 23:42:16 CEST 2020


Revision: 55938
          http://tug.org/svn/texlive?view=revision&revision=55938
Author:   ascherer
Date:     2020-07-25 23:42:15 +0200 (Sat, 25 Jul 2020)
Log Message:
-----------
[WEB] Rectify comment for 'metapost' flag.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/ChangeLog
    trunk/Build/source/texk/web2c/mft.ch

Modified: trunk/Build/source/texk/web2c/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ChangeLog	2020-07-25 10:48:52 UTC (rev 55937)
+++ trunk/Build/source/texk/web2c/ChangeLog	2020-07-25 21:42:15 UTC (rev 55938)
@@ -1,3 +1,7 @@
+2020-07-25  Andreas Scherer  <https://ascherer.github.io>
+
+	* mft.ch: Swap \MF and \MP to match meaning of 'metapost' flag.
+
 2020-07-20  Andreas Scherer  <https://ascherer.github.io>
 
 	* tex.ch: Place Web2c changes together;

Modified: trunk/Build/source/texk/web2c/mft.ch
===================================================================
--- trunk/Build/source/texk/web2c/mft.ch	2020-07-25 10:48:52 UTC (rev 55937)
+++ trunk/Build/source/texk/web2c/mft.ch	2020-07-25 21:42:15 UTC (rev 55938)
@@ -957,7 +957,7 @@
 @!style_name:array[0..max_style_name-1] of const_c_string;
 @!n_style_name:c_int_type;  {Number of values in |style_name| array.}
 @!i_style_name:c_int_type;  {The next |style_name|.}
-@!metapost:c_int_type;  {|true| for \MF, |false| for \MP}
+@!metapost:c_int_type;  {|true| for \MP, |false| for \MF}
 
 @ Look at the command line arguments and set the |name| variables accordingly.
 
@@ -1089,7 +1089,7 @@
 long_options[current_option].val := 1;
 incr (current_option);
 
-@ |metapost| defaults to false
+@ |metapost| defaults to |false|; will become |true| for \MP.
 
 @<Initialize the option...@> =
 metapost:=false;



More information about the tex-live-commits mailing list.