diff options
author | Glenn Morris <rgm@gnu.org> | 2013-07-04 18:32:13 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-07-04 18:32:13 -0700 |
commit | d4aa7284bcb57c1a2c2d45548ef77f8d1e1ee57a (patch) | |
tree | 86c32a87c95216bfaf23d1338c05a78ba0d08b6b /doc/lispintro | |
parent | 9d7a25d6eedafc33ad3d564a549810be5b04eab0 (diff) | |
download | emacs-d4aa7284bcb57c1a2c2d45548ef77f8d1e1ee57a.tar.gz emacs-d4aa7284bcb57c1a2c2d45548ef77f8d1e1ee57a.tar.bz2 emacs-d4aa7284bcb57c1a2c2d45548ef77f8d1e1ee57a.zip |
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.
Diffstat (limited to 'doc/lispintro')
-rw-r--r-- | doc/lispintro/ChangeLog | 5 | ||||
-rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 17 |
2 files changed, 14 insertions, 8 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 <rgm@gnu.org> + + * emacs-lisp-intro.texi (Top): + Move WWW_GNU_ORG section outside @copying, update URL. + 2013-07-03 Glenn Morris <rgm@gnu.org> * 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 -<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 |