From d4aa7284bcb57c1a2c2d45548ef77f8d1e1ee57a Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 4 Jul 2013 18:32:13 -0700 Subject: [PATCH] Tweak html header for manuals * doc/lispintro/emacs-lisp-intro.texi (Top): Move WWW_GNU_ORG section outside @copying, update URL. * doc/lispref/elisp.texi (Top): Move WWW_GNU_ORG section outside @copying. @copying appears as a comment on every page, there is no need for the WWW_GNU_ORG stuff to be in there. --- doc/lispintro/ChangeLog | 5 +++++ doc/lispintro/emacs-lisp-intro.texi | 17 +++++++++-------- doc/lispref/ChangeLog | 4 ++++ doc/lispref/elisp.texi | 21 +++++++++++---------- 4 files changed, 29 insertions(+), 18 deletions(-) diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index 95f272eef33..de326f362c7 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog @@ -1,3 +1,8 @@ +2013-07-05 Glenn Morris + + * emacs-lisp-intro.texi (Top): + Move WWW_GNU_ORG section outside @copying, update URL. + 2013-07-03 Glenn Morris * emacs-lisp-intro.texi (edebug): Fix cross-references. diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index ec152c2f2d1..ebb82dab3f1 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi @@ -227,14 +227,6 @@ This is an @cite{Introduction to Programming in Emacs Lisp}, for people who are not programmers. @sp 1 Edition @value{edition-number}, @value{update-date} -@ifset WWW_GNU_ORG -@html -

The homepage for GNU Emacs is at -http://www.gnu.org/software/emacs/. -
To view this manual in other formats, click -here. -@end html -@end ifset @sp 1 Copyright @copyright{} 1990--1995, 1997, 2001--2013 Free Software Foundation, Inc. @@ -327,6 +319,15 @@ supports it in developing GNU and promoting software freedom.'' @node Top @top An Introduction to Programming in Emacs Lisp +@ifset WWW_GNU_ORG +@html +

The homepage for GNU Emacs is at +http://www.gnu.org/software/emacs/.
+To view this manual in other formats, click +here. +@end html +@end ifset + @insertcopying This master menu first lists each chapter and index; then it lists diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 871564aa666..e9db215d588 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2013-07-05 Glenn Morris + + * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying. + 2013-07-03 Glenn Morris * debugging.texi (Debugging): diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 9acbf85534e..bb87e60a43b 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi @@ -97,16 +97,6 @@ This is edition @value{VERSION} of the @cite{GNU Emacs Lisp Reference Manual},@* This is the @cite{GNU Emacs Lisp Reference Manual} @end ifnottex corresponding to Emacs version @value{EMACSVER}. -@ifset WWW_GNU_ORG -@html -

The homepage for GNU Emacs is at -http://www.gnu.org/software/emacs/.
-For information on using Emacs, refer to -the Emacs -Manual.
To view this manual in other formats, -click here. -@end html -@end ifset Copyright @copyright{} 1990--1996, 1998--2013 Free Software Foundation, Inc. @@ -167,6 +157,17 @@ Cover art by Etienne Suvasa. @node Top @top Emacs Lisp +@ifset WWW_GNU_ORG +@html +

The homepage for GNU Emacs is at +http://www.gnu.org/software/emacs/.
+For information on using Emacs, refer to the +Emacs Manual.
+To view this manual in other formats, click +here. +@end html +@end ifset + @insertcopying @end ifnottex -- 2.39.2