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.
This commit is contained in:
parent
9d7a25d6ee
commit
d4aa7284bc
4 changed files with 29 additions and 18 deletions
|
@ -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
|
||||
<p>The homepage for GNU Emacs is at
|
||||
<a href="http://www.gnu.org/software/emacs/">http://www.gnu.org/software/emacs/</a>.
|
||||
<br>To view this manual in other formats, click
|
||||
<a href="/software/emacs/emacs-lisp-intro/emacs-lisp-intro.html">here</a>.
|
||||
@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
|
||||
<p>The homepage for GNU Emacs is at
|
||||
<a href="/software/emacs/">http://www.gnu.org/software/emacs/</a>.<br>
|
||||
To view this manual in other formats, click
|
||||
<a href="/software/emacs/manual/eintr.html">here</a>.
|
||||
@end html
|
||||
@end ifset
|
||||
|
||||
@insertcopying
|
||||
|
||||
This master menu first lists each chapter and index; then it lists
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue