[texdoc-commits] [SCM] texdoc updated: r12 - trunk/script

karl at gnu.org.ua karl at gnu.org.ua
Wed May 17 20:07:47 CEST 2017


Author: karl
Date: 2017-05-17 21:07:47 +0300 (Wed, 17 May 2017)
New Revision: 12

Modified:
   trunk/script/functions.tlu
Log:
doc fix

Modified: trunk/script/functions.tlu
===================================================================
--- trunk/script/functions.tlu	2017-05-17 18:05:48 UTC (rev 11)
+++ trunk/script/functions.tlu	2017-05-17 18:07:47 UTC (rev 12)
@@ -1,6 +1,7 @@
+-- $Id$
 -- functions.tlu: general-use functions for texdoc
 --
--- Manuel Pégourié-Gonnard, GPLv3, see texdoclib.tlu for details
+-- Manuel Pégourié-Gonnard, GPLv3+, see texdoclib.tlu for details
 
 -- change '/' to '\' on windows
 -- Use: internal representation of files always use forward slashes.
@@ -26,7 +27,7 @@
     end
 end
 
--- generic error display function (see the error_priority constant)
+-- generic error display function (see the err_priority constant)
 function err_print (lvl, msg)
     -- be careful: maybe config.verbosity_level is not set yet
     local verbosity_level = config.verbosity_level or tonumber(C.def_verbosity)


Property changes on: trunk/script/functions.tlu
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id
\ No newline at end of property


More information about the texdoc-commits mailing list