X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=doc%2Fmastermenu.el;h=dcc8dd17e2f7fe04f744639393b3c71c77774143;hb=HEAD;hp=c477f959ace482a676534617ae0b3bef2f9594a5;hpb=e832cab4325c989ee204179e7eb5f02c2babfe0e;p=chaz%2Ftar diff --git a/doc/mastermenu.el b/doc/mastermenu.el index c477f95..dcc8dd1 100644 --- a/doc/mastermenu.el +++ b/doc/mastermenu.el @@ -1,37 +1,36 @@ ;;; mastermenu.el --- Redefinition of texinfo-master-menu-list -;; Copyright (C) 2006 Free Software Foundation, Inc. +;; Copyright 2006-2007, 2013-2014 Free Software Foundation, Inc. ;; Author: Sergey Poznyakoff ;; Maintainer: bug-tar@gnu.org ;; Keywords: maint, tex, docs -;; This file is part of GNU tar documentation suite +;; This file is part of GNU tar. -;; This program is free software; you can redistribute it and/or modify +;; GNU tar is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) -;; any later version. +;; the Free Software Foundation; either version 3 of the License, or +;; (at your option) any later version. -;; This program is distributed in the hope that it will be useful, +;; GNU tar is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with this program; if not, write to the Free Software Foundation, -;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +;; along with this program. If not, see . ;;; Commentary: ;; This file redefines texinfo-master-menu-list so that it takes into ;; account included files. -;; Known bugs: @menu without previous sectioning command will inherit +;; Known bugs: @menu without previous sectioning command will inherit ;; documentation string from the previous menu. However, since such a ;; menu is illegal in a texinfo file, we can live with it. -(require 'texinfo) +(require 'texinfo) (require 'texnfo-upd) (defun texinfo-master-menu-list-recursive (title)