Remove nnkiboze and related code.
[gnus] / texi / xml2texi.scm
index b2a6161..f42c756 100644 (file)
@@ -8,7 +8,7 @@
 
 ;; GNU Emacs 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)
+;; the Free Software Foundation; either version 3, or (at your option)
 ;; any later version.
 
 ;; GNU Emacs is distributed in the hope that it will be useful,
@@ -18,8 +18,8 @@
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
 
 ;;; Commentary:
 ;; 
@@ -77,7 +77,8 @@
 @c \\input texinfo @c -*-texinfo-*-~%\
 @c Uncomment 1st line before texing this file alone.~%\
 @c %**start of header~%\
-@c Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.~%\
+@c Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+@c   2008 Free Software Foundation, Inc.~%\
 @c~%\
 @c Do not modify this file, it was generated from gnus-faq.xml, available from~%\
 @c <URL:http://my.gnus.org/FAQ/>.~%\
@@ -144,7 +145,8 @@ tag: 64dc5692-edb4-4848-a965-7aa0181acbb8~%\
 ;;;; Questions
 (define format-q-level
     (lambda (level)
-      (apply format "[~A.~A]" (reverse level))))
+      ;; (apply format "[~A.~A]" (reverse level))))
+      (apply format "FAQ ~A-~A" (reverse level))))
 
 (define format-q-description
     (compose trim-ws (make-reg-replacer `((,(format "~%") " ")))))