texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[7287] update refcard


From: gavinsmith0123
Subject: [7287] update refcard
Date: Sat, 30 Jul 2016 20:37:16 +0000 (UTC)

Revision: 7287
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7287
Author:   gavin
Date:     2016-07-30 20:37:16 +0000 (Sat, 30 Jul 2016)
Log Message:
-----------
update refcard

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/doc/refcard/txivarcheck
    trunk/doc/texinfo.texi

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-07-30 20:28:05 UTC (rev 7286)
+++ trunk/ChangeLog     2016-07-30 20:37:16 UTC (rev 7287)
@@ -1,6 +1,9 @@
 2016-07-30  Gavin Smith  <address@hidden>
 
        * doc/refcard/txicmdcheck: Ignore @setcontentsaftertitlepage.
+       * doc/refcard/txivarcheck: Ignore HTMLXREF.
+       * doc/texinfo.texi (Customization Variables for @-Commands): Remove
+       @setcontentsaftertitlepage.
 
 2016-07-30  Gavin Smith  <address@hidden>
 

Modified: trunk/doc/refcard/txivarcheck
===================================================================
--- trunk/doc/refcard/txivarcheck       2016-07-30 20:28:05 UTC (rev 7286)
+++ trunk/doc/refcard/txivarcheck       2016-07-30 20:37:16 UTC (rev 7287)
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # $Id$
-# Copyright 2012, 2013 Free Software Foundation, Inc.
+# Copyright 2012, 2013, 2016 Free Software Foundation, Inc.
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -129,6 +129,7 @@
     next if ($where eq 'variable_other_settables'
              || $where eq 'parser_options');
     next if $var eq "OUTPUT_PERL_ENCODING";  # not for users
+    next if $var eq "HTMLXREF";  # not documented
     
     # these are documented, but their lowercase names don't match
     # everything 

Modified: trunk/doc/texinfo.texi
===================================================================
--- trunk/doc/texinfo.texi      2016-07-30 20:28:05 UTC (rev 7286)
+++ trunk/doc/texinfo.texi      2016-07-30 20:37:16 UTC (rev 7287)
@@ -16689,9 +16689,9 @@
 @@oddfooting    @@oddfootingmarks
 @@oddheading    @@oddheadingmarks
 @@pagesizes     @@paragraphindent
-@@setchapternewpage @@setcontentsaftertitlepage
-@@setfilename   @@setshortcontentsaftertitlepage @@shortcontents
-@@urefbreakstyle @@validatemenus @@xrefautomaticsectiontitle
+@@setchapternewpage  @@setfilename
+@@shortcontents  @@urefbreakstyle
+@@validatemenus  @@xrefautomaticsectiontitle
 @end smallexample
 
 Setting such a customization variable to a value @samp{foo} is similar




reply via email to

[Prev in Thread] Current Thread [Next in Thread]