diff options
| author | Karl Berry | 2004-05-16 22:22:52 +0000 |
|---|---|---|
| committer | Karl Berry | 2004-05-16 22:22:52 +0000 |
| commit | 49e71458c9e3482a0359f6f597367c566a52939f (patch) | |
| tree | efdd0ff8e88b5cc03e51e0d44286c1985558acd0 | |
| parent | 8cb7feb8b17c8f5cda151d9754c392d707c6d70b (diff) | |
| download | emacs-49e71458c9e3482a0359f6f597367c566a52939f.tar.gz emacs-49e71458c9e3482a0359f6f597367c566a52939f.zip | |
@ifnottex, not @ifinfo
| -rw-r--r-- | man/ChangeLog | 6 | ||||
| -rw-r--r-- | man/emacs.texi | 6 | ||||
| -rw-r--r-- | man/help.texi | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index b8133c09fe8..30247e10435 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2004-05-16 Karl Berry <karl@gnu.org> | ||
| 2 | |||
| 3 | * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo, | ||
| 4 | makeinfo --html fails. | ||
| 5 | * help.texi (Help Summary) [@ifnottex]: Likewise. | ||
| 6 | |||
| 1 | 2004-05-13 Nick Roberts <nickrob@gnu.org> | 7 | 2004-05-13 Nick Roberts <nickrob@gnu.org> |
| 2 | 8 | ||
| 3 | * building.texi (GDB Graphical Interface): Update and describe | 9 | * building.texi (GDB Graphical Interface): Update and describe |
diff --git a/man/emacs.texi b/man/emacs.texi index 3162cd1e167..b5f40a6d9e6 100644 --- a/man/emacs.texi +++ b/man/emacs.texi | |||
| @@ -12,7 +12,7 @@ This is the @value{EDITION} edition of the @cite{GNU Emacs Manual}, | |||
| 12 | updated for Emacs version @value{EMACSVER}. | 12 | updated for Emacs version @value{EMACSVER}. |
| 13 | 13 | ||
| 14 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, | 14 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, |
| 15 | 1999, 2000, 2001, 2002 Free Software Foundation, Inc. | 15 | 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc. |
| 16 | 16 | ||
| 17 | @quotation | 17 | @quotation |
| 18 | Permission is granted to copy, distribute and/or modify this document | 18 | Permission is granted to copy, distribute and/or modify this document |
| @@ -1500,9 +1500,9 @@ edit files while running shell commands. | |||
| 1500 | @include msdog.texi | 1500 | @include msdog.texi |
| 1501 | @include gnu.texi | 1501 | @include gnu.texi |
| 1502 | @include glossary.texi | 1502 | @include glossary.texi |
| 1503 | @ifinfo | 1503 | @ifnottex |
| 1504 | @include ack.texi | 1504 | @include ack.texi |
| 1505 | @end ifinfo | 1505 | @end ifnottex |
| 1506 | 1506 | ||
| 1507 | @c The Option Index is produced only in the on-line version, | 1507 | @c The Option Index is produced only in the on-line version, |
| 1508 | @c because the index entries related to command-line options | 1508 | @c because the index entries related to command-line options |
diff --git a/man/help.texi b/man/help.texi index 56fb9f542d4..050e600759b 100644 --- a/man/help.texi +++ b/man/help.texi | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 86, 87, 93, 94, 95, 97, 2000, 2001 | 2 | @c Copyright (C) 1985, 86, 87, 93, 94, 95, 97, 2000, 2001, 2004 |
| 3 | @c Free Software Foundation, Inc. | 3 | @c Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Help, Mark, M-x, Top | 5 | @node Help, Mark, M-x, Top |
| @@ -103,10 +103,10 @@ command. | |||
| 103 | @iftex | 103 | @iftex |
| 104 | @node Help Summary | 104 | @node Help Summary |
| 105 | @end iftex | 105 | @end iftex |
| 106 | @ifinfo | 106 | @ifnottex |
| 107 | @node Help Summary | 107 | @node Help Summary |
| 108 | @section Help Summary | 108 | @section Help Summary |
| 109 | @end ifinfo | 109 | @end ifnottex |
| 110 | 110 | ||
| 111 | Here is a summary of the Emacs interactive help commands. | 111 | Here is a summary of the Emacs interactive help commands. |
| 112 | @xref{Help Files}, for other help commands that just display a | 112 | @xref{Help Files}, for other help commands that just display a |