commit/lookup: Jerry James: Migrate .cvsignore files to a single .hgignore file.

[email protected]
Newsgroups gmane.emacs.xemacs.patches
Message-ID <[email protected]>
1 new commit in lookup:

https://bitbucket.org/xemacs/lookup/commits/9576eb553be5/
Changeset:   9576eb553be5
User:        Jerry James
Date:        2014-05-13 21:54:02
Summary:     Migrate .cvsignore files to a single .hgignore file.
In addition:
- Restore CVS keyword expansions that were lost during the switch to Mercurial
- Update texinfo sources for texinfo 5.x

See <CAHCOHQmqMvFtLqEt6M+w4vFyq9=e+i1Uy8zaQcUeAjeV3F9uWQ@mail.gmail.com> in
xemacs-patches and followups for details.
Affected #:  40 files

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 .cvsignore
--- a/.cvsignore
+++ /dev/null
@@ -1,1 +0,0 @@
-config.status

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,13 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+\.html$
+\.info(-\d+)?$
+^_pkg\.el$
+^auto-autoloads\.el$
+^config\.status$
+^custom-defines\.el$
+^custom-load\.el$
+^package-info$
+^pdepends\.mk$

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2014-05-13  Jerry James  <[email protected]>
+
+	* .cvsignore: Remove.
+	* lisp/.cvsignore: Remove.
+	* texi/.cvsignore: Remove.
+	* .hgignore: New file.
+	* *.el: Restore CVS keyword expansions.
+	* texi/lookup.texi: Update for texinfo 5.x.
+	* texi/lookup-guide.texi: Ditto.
+
 2005-05-10  Norbert Koch  <[email protected]>
 
 	* Makefile (VERSION): XEmacs package 1.15 released.

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 install.el
--- a/install.el
+++ b/install.el
@@ -1,7 +1,7 @@
 ;;; install.el --- Lookup installer
 ;; Copyright (C) 1999 NISHIDA Keisuke <[email protected]>
 
-;; $Id$
+;; $Id: install.el,v 1.1 1999-07-23 09:16:11 steveb Exp $
 
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 lisp/evi-mule.el
--- a/lisp/evi-mule.el
+++ b/lisp/evi-mule.el
@@ -2,7 +2,7 @@
 ;; Copyright (C) 1999 Lookup Development Team <[email protected]>
 
 ;; Author: Keisuke Nishida <[email protected]>
-;; Version: $Id$
+;; Version: $Id: evi-mule.el,v 1.2 1999/05/23 17:27:20 knishida Exp $
 
 ;; This file is part of `evi'.
 

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 lisp/evi.el
--- a/lisp/evi.el
+++ b/lisp/evi.el
@@ -2,7 +2,7 @@
 ;; Copyright (C) 1999 Lookup Development Team <[email protected]>
 
 ;; Author: Keisuke Nishida <[email protected]>
-;; Version: $Id$
+;; Version: $Id: evi.el,v 1.3 1999/05/24 02:44:14 yoshimi Exp $
 
 ;; This file is part of `evi'.
 

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 lisp/lookup-content.el
--- a/lisp/lookup-content.el
+++ b/lisp/lookup-content.el
@@ -2,7 +2,7 @@
 ;; Copyright (C) 1999 Lookup Development Team <[email protected]>
 
 ;; Author: Keisuke Nishida <[email protected]>
-;; Version: $Id$
+;; Version: $Id: lookup-content.el,v 1.3 1999/05/23 17:27:20 knishida Exp $
 
 ;; This file is part of Lookup.
 

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 lisp/lookup-defs.el
--- a/lisp/lookup-defs.el
+++ b/lisp/lookup-defs.el
@@ -2,7 +2,7 @@
 ;; Copyright (C) 1997,1998 NISHIDA Keisuke <[email protected]>
 
 ;; Author: NISHIDA Keisuke <[email protected]>
-;; Version: $Id$
+;; Version: $Id: lookup-defs.el,v 1.4 1998/12/03 21:42:10 kei Exp $
 
 ;; This file is part of Lookup.
 

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 lisp/lookup-entry.el
--- a/lisp/lookup-entry.el
+++ b/lisp/lookup-entry.el
@@ -2,7 +2,7 @@
 ;; Copyright (C) 1999 Lookup Development Team <[email protected]>
 
 ;; Author: Keisuke Nishida <[email protected]>
-;; Version: $Id$
+;; Version: $Id: lookup-entry.el,v 1.4 1999/06/03 02:14:40 knishida Exp $
 
 ;; This file is part of Lookup.
 

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 lisp/lookup-misc.el
--- a/lisp/lookup-misc.el
+++ b/lisp/lookup-misc.el
@@ -2,7 +2,7 @@
 ;; Copyright (C) 1997,1998 NISHIDA Keisuke <[email protected]>
 
 ;; Author: NISHIDA Keisuke <[email protected]>
-;; Version: $Id$
+;; Version: $Id: lookup-misc.el,v 1.5 1999/01/27 18:29:26 kei Exp $
 
 ;; This file is part of Lookup.
 

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 lisp/lookup-package.el
--- a/lisp/lookup-package.el
+++ b/lisp/lookup-package.el
@@ -2,7 +2,7 @@
 ;; Copyright (C) 1999 Lookup Development Team <[email protected]>
 
 ;; Author: Keisuke Nishida <[email protected]>
-;; Version: $Id$
+;; Version: $Id: lookup-package.el,v 1.2 1999/05/23 17:27:20 knishida Exp $
 
 ;; This file is part of Lookup.
 

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 lisp/lookup-select.el
--- a/lisp/lookup-select.el
+++ b/lisp/lookup-select.el
@@ -2,7 +2,7 @@
 ;; Copyright (C) 1999 Lookup Development Team <[email protected]>
 
 ;; Author: Keisuke Nishida <[email protected]>
-;; Version: $Id$
+;; Version: $Id: lookup-select.el,v 1.3 2000-10-06 09:40:20 youngs Exp $
 
 ;; This file is part of Lookup.
 

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 lisp/lookup-types.el
--- a/lisp/lookup-types.el
+++ b/lisp/lookup-types.el
@@ -2,7 +2,7 @@
 ;; Copyright (C) 1999 Lookup Development Team <[email protected]>
 
 ;; Author: Keisuke Nishida <[email protected]>
-;; Version: $Id$
+;; Version: $Id: lookup-types.el,v 1.3 1999/05/23 17:27:21 knishida Exp $
 
 ;; This file is part of Lookup.
 

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 lisp/lookup-utils.el
--- a/lisp/lookup-utils.el
+++ b/lisp/lookup-utils.el
@@ -2,7 +2,7 @@
 ;; Copyright (C) 1999 Lookup Development Team <[email protected]>
 
 ;; Author: Keisuke Nishida <[email protected]>
-;; Version: $Id$
+;; Version: $Id: lookup-utils.el,v 1.2 1999/05/23 17:27:21 knishida Exp $
 
 ;; This file is part of Lookup.
 

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 lisp/lookup-vars.el
--- a/lisp/lookup-vars.el
+++ b/lisp/lookup-vars.el
@@ -2,7 +2,7 @@
 ;; Copyright (C) 1999 Lookup Development Team <[email protected]>
 
 ;; Author: Keisuke Nishida <[email protected]>
-;; Version: $Id$
+;; Version: $Id: lookup-vars.el.in,v 1.2 1999/05/23 17:27:21 knishida Exp $
 
 ;; This file is part of Lookup.
 

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 lisp/lookup-vars.el.in
--- a/lisp/lookup-vars.el.in
+++ b/lisp/lookup-vars.el.in
@@ -2,7 +2,7 @@
 ;; Copyright (C) 1999 Lookup Development Team <[email protected]>
 
 ;; Author: Keisuke Nishida <[email protected]>
-;; Version: $Id$
+;; Version: $Id: lookup-vars.el.in,v 1.2 1999/05/23 17:27:21 knishida Exp $
 
 ;; This file is part of Lookup.
 

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 lisp/lookup-vse.el
--- a/lisp/lookup-vse.el
+++ b/lisp/lookup-vse.el
@@ -2,7 +2,7 @@
 ;; Copyright (C) 1999 Lookup Development Team <[email protected]>
 
 ;; Author: Keisuke Nishida <[email protected]>
-;; Version: $Id$
+;; Version: $Id: lookup-vse.el,v 1.4 1999/05/23 17:27:21 knishida Exp $
 
 ;; This file is part of Lookup.
 

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 lisp/lookup.el
--- a/lisp/lookup.el
+++ b/lisp/lookup.el
@@ -2,7 +2,7 @@
 ;; Copyright (C) 1999 Lookup Development Team <[email protected]>
 
 ;; Author: Keisuke Nishida <[email protected]>
-;; Version: $Id$
+;; Version: $Id: lookup.el,v 1.5 1999/06/27 04:55:29 satoru-lookup Exp $
 
 ;; This file is part of Lookup.
 

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 lisp/ndcookie.el
--- a/lisp/ndcookie.el
+++ b/lisp/ndcookie.el
@@ -2,7 +2,7 @@
 ;; Copyright (C) 1999 Lookup Development Team <[email protected]>
 
 ;; Author: Keisuke Nishida <[email protected]>
-;; Version: $Id$
+;; Version: $Id: ndcookie.el,v 1.2 1999/05/23 17:27:22 knishida Exp $
 
 ;; This file is part of Lookup.
 

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 lisp/ndeb.el
--- a/lisp/ndeb.el
+++ b/lisp/ndeb.el
@@ -2,7 +2,7 @@
 ;; Copyright (C) 1999 Lookup Development Team <[email protected]>
 
 ;; Author: Keisuke Nishida <[email protected]>
-;; Version: $Id$
+;; Version: $Id: ndeb.el,v 1.3 1999/05/23 17:27:22 knishida Exp $
 
 ;; This file is part of Lookup.
 

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 lisp/ndic.el
--- a/lisp/ndic.el
+++ b/lisp/ndic.el
@@ -2,7 +2,7 @@
 ;; Copyright (C) 1999 Lookup Development Team <[email protected]>
 
 ;; Author: Keisuke Nishida <[email protected]>
-;; Version: $Id$
+;; Version: $Id: ndic.el,v 1.2 1999/05/23 17:27:22 knishida Exp $
 
 ;; This file is part of Lookup.
 

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 lisp/ndict.el
--- a/lisp/ndict.el
+++ b/lisp/ndict.el
@@ -2,7 +2,7 @@
 ;; Copyright (C) 1999 Lookup Development Team <[email protected]>
 
 ;; Author: Keisuke Nishida <[email protected]>
-;; Version: $Id$
+;; Version: $Id: ndict.el,v 1.3 1999/05/23 17:27:22 knishida Exp $
 
 ;; This file is part of Lookup.
 

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 lisp/ndkks.el
--- a/lisp/ndkks.el
+++ b/lisp/ndkks.el
@@ -2,7 +2,7 @@
 ;; Copyright (C) 1999 Lookup Development Team <[email protected]>
 
 ;; Author: Keisuke Nishida <[email protected]>
-;; Version: $Id$
+;; Version: $Id: ndkks.el,v 1.2 1999/05/23 17:27:23 knishida Exp $
 
 ;; This file is part of Lookup.
 

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 lisp/ndmisc.el
--- a/lisp/ndmisc.el
+++ b/lisp/ndmisc.el
@@ -2,7 +2,7 @@
 ;; Copyright (C) 1999 Lookup Development Team <[email protected]>
 
 ;; Author: Keisuke Nishida <[email protected]>
-;; Version: $Id$
+;; Version: $Id: ndmisc.el,v 1.2 1999/05/23 17:27:23 knishida Exp $
 
 ;; This file is part of Lookup.
 

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 lisp/ndnmz.el
--- a/lisp/ndnmz.el
+++ b/lisp/ndnmz.el
@@ -2,7 +2,7 @@
 ;; Copyright (C) 1998,1999 NISHIDA Keisuke <[email protected]>
 
 ;; Author: NISHIDA Keisuke <[email protected]>
-;; Version: $Id$
+;; Version: $Id: ndnmz.el,v 1.6 1999/01/27 18:29:27 kei Exp $
 
 ;; This file is part of Lookup.
 

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 lisp/ndspell.el
--- a/lisp/ndspell.el
+++ b/lisp/ndspell.el
@@ -2,7 +2,7 @@
 ;; Copyright (C) 1999 Lookup Development Team <[email protected]>
 
 ;; Author: Keisuke Nishida <[email protected]>
-;; Version: $Id$
+;; Version: $Id: ndspell.el,v 1.4 1999/05/24 02:44:14 yoshimi Exp $
 
 ;; This file is part of Lookup.
 

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 lisp/ndsrd.el
--- a/lisp/ndsrd.el
+++ b/lisp/ndsrd.el
@@ -2,7 +2,7 @@
 ;; Copyright (C) 1999 Lookup Development Team <[email protected]>
 
 ;; Author: Keisuke Nishida <[email protected]>
-;; Version: $Id$
+;; Version: $Id: ndsrd.el,v 1.1 1999-07-23 09:16:12 steveb Exp $
 
 ;; This file is part of Lookup.
 

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 lisp/ndtp.el
--- a/lisp/ndtp.el
+++ b/lisp/ndtp.el
@@ -2,7 +2,7 @@
 ;; Copyright (C) 1999 Lookup Development Team <[email protected]>
 
 ;; Author: Keisuke Nishida <[email protected]>
-;; Version: $Id$
+;; Version: $Id: ndtp.el,v 1.4 1999/05/23 17:27:23 knishida Exp $
 
 ;; This file is part of Lookup.
 

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 lisp/sdicf.el
--- a/lisp/sdicf.el
+++ b/lisp/sdicf.el
@@ -1,5 +1,5 @@
 ;;; sdicf.el --- Search library for SDIC format dictionary
-;;; $Id$
+;;; $Id: sdicf.el,v 1.1 1999-07-23 09:16:13 steveb Exp $
 
 ;; Copyright (C) 1999 TSUCHIYA Masatoshi <[email protected]>
 

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 lisp/stem-english.el
--- a/lisp/stem-english.el
+++ b/lisp/stem-english.el
@@ -1,5 +1,5 @@
 ;;; stem.el ---- routines for stemming
-;;; $Id$
+;;; $Id: stem-english.el,v 1.1.1.1 1999/04/03 03:02:56 satoru-lookup Exp $
 
 ;;; Author: Tsuchiya Masatoshi <[email protected]>
 ;;; Keywords: stemming

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 packages/dict-misc/foldoc.el
--- a/packages/dict-misc/foldoc.el
+++ b/packages/dict-misc/foldoc.el
@@ -4,7 +4,7 @@
 ;; Author: Keisuke Nishida <[email protected]>
 ;; Target: ndic 1.0, ndict 1.0
 ;; Format: 1.1
-;; Version: $Id$
+;; Version: $Id: foldoc.el,v 1.1 1999-07-23 07:17:34 steveb Exp $
 
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 packages/dict-misc/jargon.el
--- a/packages/dict-misc/jargon.el
+++ b/packages/dict-misc/jargon.el
@@ -4,7 +4,7 @@
 ;; Author: Keisuke Nishida <[email protected]>
 ;; Target: ndic 1.0, ndict 1.0
 ;; Format: 1.1
-;; Version: $Id$
+;; Version: $Id: jargon.el,v 1.1 1999-07-23 07:17:34 steveb Exp $
 
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 packages/jitenban97/chiezo.el
--- a/packages/jitenban97/chiezo.el
+++ b/packages/jitenban97/chiezo.el
@@ -4,7 +4,7 @@
 ;; Author: Keisuke Nishida <[email protected]>
 ;; Target: ndtp 1.0, ndeb 1.0
 ;; Format: 1.1
-;; Version: $Id$
+;; Version: $Id: chiezo.el,v 1.1 1999-07-23 07:17:35 steveb Exp $
 
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 packages/jitenban97/chujiten.el
--- a/packages/jitenban97/chujiten.el
+++ b/packages/jitenban97/chujiten.el
@@ -4,7 +4,7 @@
 ;; Author: Keisuke Nishida <[email protected]>
 ;; Target: ndtp 1.0, ndeb 1.0
 ;; Format: 1.1
-;; Version: $Id$
+;; Version: $Id: chujiten.el,v 1.1 1999-07-23 07:17:35 steveb Exp $
 
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 packages/jitenban97/iwakoku.el
--- a/packages/jitenban97/iwakoku.el
+++ b/packages/jitenban97/iwakoku.el
@@ -4,7 +4,7 @@
 ;; Author: Keisuke Nishida <[email protected]>
 ;; Target: ndtp 1.0, ndeb 1.0
 ;; Format: 1.1
-;; Version: $Id$
+;; Version: $Id: iwakoku.el,v 1.1 1999-07-23 07:17:35 steveb Exp $
 
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 packages/jitenban97/mypaedia.el
--- a/packages/jitenban97/mypaedia.el
+++ b/packages/jitenban97/mypaedia.el
@@ -4,7 +4,7 @@
 ;; Author: Keisuke Nishida <[email protected]>
 ;; Target: ndtp 1.0, ndeb 1.0
 ;; Format: 1.1
-;; Version: $Id$
+;; Version: $Id: mypaedia.el,v 1.1 1999-07-23 07:17:35 steveb Exp $
 
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 texi/.cvsignore
--- a/texi/.cvsignore
+++ /dev/null
@@ -1,1 +0,0 @@
-lookup*.html
\ No newline at end of file

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 texi/lookup-guide.texi
--- a/texi/lookup-guide.texi
+++ b/texi/lookup-guide.texi
@@ -74,13 +74,13 @@
 
 @c #####################################################################
 @node Top, Preface, (dir), (dir)
-@ifinfo
+@ifnottex
 @top Lookup User's Guide
 
 $B$3$l$O(B Lookup $B$rMxMQ$9$k$?$a$N:G=i$N%9%F%C%W$K$D$$$F$^$H$a$?<j0z$-=q$G$9!#(B
 $B=i?4<T$K$H$C$F=EMW$J>pJs$r%3%s%Q%/%H$K$^$H$a$F$"$k$N$G!"$^$:$O$3$3$G35MW(B
 $B$rGD0.$7!"=i4|@_Dj$r@0$($F2<$5$$!#(B
-@end ifinfo
+@end ifnottex
 
 @menu
 * Preface::                     $B$O$8$a$K(B

diff -r f8c79d7bcfb459350e88e82e3c76bf3620fe15c6 -r 9576eb553be5d4620174692f49afe0274dd75f60 texi/lookup.texi
--- a/texi/lookup.texi
+++ b/texi/lookup.texi
@@ -74,7 +74,7 @@
 
 @c #####################################################################
 @node Top, Introduction, (dir), (dir)
-@ifinfo
+@ifnottex
 @top Lookup Manual
 
 Lookup $B$O(B Emacs $B%(%G%#%?$GMxMQ$G$-$k<-=q8!:w%$%s%?!<%U%'!<%9$G$9!#;THN$N(B
@@ -82,7 +82,7 @@
 $B$H@_Dj$G<-=q8!:w$,9T$J$($^$9!#(B
 
 $BK\=q$O(B Lookup @value{VERSION} $B$K$D$$$F@bL@$7$^$9!#(B
-@end ifinfo
+@end ifnottex
 
 @menu
 * Introduction::                $B$O$8$a$K(B

Repository URL: https://bitbucket.org/xemacs/lookup/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.