diff options
| author | Glenn Morris | 2013-07-04 18:32:13 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-07-04 18:32:13 -0700 |
| commit | d4aa7284bcb57c1a2c2d45548ef77f8d1e1ee57a (patch) | |
| tree | 86c32a87c95216bfaf23d1338c05a78ba0d08b6b /doc | |
| parent | 9d7a25d6eedafc33ad3d564a549810be5b04eab0 (diff) | |
| download | emacs-d4aa7284bcb57c1a2c2d45548ef77f8d1e1ee57a.tar.gz 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')
| -rw-r--r-- | doc/lispintro/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 17 | ||||
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2013-07-05 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp-intro.texi (Top): | ||
| 4 | Move WWW_GNU_ORG section outside @copying, update URL. | ||
| 5 | |||
| 1 | 2013-07-03 Glenn Morris <rgm@gnu.org> | 6 | 2013-07-03 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * emacs-lisp-intro.texi (edebug): Fix cross-references. | 8 | * 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 | |||
| 227 | people who are not programmers. | 227 | people who are not programmers. |
| 228 | @sp 1 | 228 | @sp 1 |
| 229 | Edition @value{edition-number}, @value{update-date} | 229 | Edition @value{edition-number}, @value{update-date} |
| 230 | @ifset WWW_GNU_ORG | ||
| 231 | @html | ||
| 232 | <p>The homepage for GNU Emacs is at | ||
| 233 | <a href="http://www.gnu.org/software/emacs/">http://www.gnu.org/software/emacs/</a>. | ||
| 234 | <br>To view this manual in other formats, click | ||
| 235 | <a href="/software/emacs/emacs-lisp-intro/emacs-lisp-intro.html">here</a>. | ||
| 236 | @end html | ||
| 237 | @end ifset | ||
| 238 | @sp 1 | 230 | @sp 1 |
| 239 | Copyright @copyright{} 1990--1995, 1997, 2001--2013 Free Software | 231 | Copyright @copyright{} 1990--1995, 1997, 2001--2013 Free Software |
| 240 | Foundation, Inc. | 232 | Foundation, Inc. |
| @@ -327,6 +319,15 @@ supports it in developing GNU and promoting software freedom.'' | |||
| 327 | @node Top | 319 | @node Top |
| 328 | @top An Introduction to Programming in Emacs Lisp | 320 | @top An Introduction to Programming in Emacs Lisp |
| 329 | 321 | ||
| 322 | @ifset WWW_GNU_ORG | ||
| 323 | @html | ||
| 324 | <p>The homepage for GNU Emacs is at | ||
| 325 | <a href="/software/emacs/">http://www.gnu.org/software/emacs/</a>.<br> | ||
| 326 | To view this manual in other formats, click | ||
| 327 | <a href="/software/emacs/manual/eintr.html">here</a>. | ||
| 328 | @end html | ||
| 329 | @end ifset | ||
| 330 | |||
| 330 | @insertcopying | 331 | @insertcopying |
| 331 | 332 | ||
| 332 | This master menu first lists each chapter and index; then it lists | 333 | 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 @@ | |||
| 1 | 2013-07-05 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying. | ||
| 4 | |||
| 1 | 2013-07-03 Glenn Morris <rgm@gnu.org> | 5 | 2013-07-03 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * debugging.texi (Debugging): | 7 | * 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},@* | |||
| 97 | This is the @cite{GNU Emacs Lisp Reference Manual} | 97 | This is the @cite{GNU Emacs Lisp Reference Manual} |
| 98 | @end ifnottex | 98 | @end ifnottex |
| 99 | corresponding to Emacs version @value{EMACSVER}. | 99 | corresponding to Emacs version @value{EMACSVER}. |
| 100 | @ifset WWW_GNU_ORG | ||
| 101 | @html | ||
| 102 | <p>The homepage for GNU Emacs is at | ||
| 103 | <a href="/software/emacs/">http://www.gnu.org/software/emacs/</a>.<br> | ||
| 104 | For information on using Emacs, refer to | ||
| 105 | the <a href="/software/emacs/manual/html_node/emacs/index.html">Emacs | ||
| 106 | Manual</a>.<br> To view this manual in other formats, | ||
| 107 | click <a href="/software/emacs/manual/elisp.html">here</a>. | ||
| 108 | @end html | ||
| 109 | @end ifset | ||
| 110 | 100 | ||
| 111 | Copyright @copyright{} 1990--1996, 1998--2013 Free Software Foundation, Inc. | 101 | Copyright @copyright{} 1990--1996, 1998--2013 Free Software Foundation, Inc. |
| 112 | 102 | ||
| @@ -167,6 +157,17 @@ Cover art by Etienne Suvasa. | |||
| 167 | @node Top | 157 | @node Top |
| 168 | @top Emacs Lisp | 158 | @top Emacs Lisp |
| 169 | 159 | ||
| 160 | @ifset WWW_GNU_ORG | ||
| 161 | @html | ||
| 162 | <p>The homepage for GNU Emacs is at | ||
| 163 | <a href="/software/emacs/">http://www.gnu.org/software/emacs/</a>.<br> | ||
| 164 | For information on using Emacs, refer to the | ||
| 165 | <a href="/software/emacs/manual/emacs.html">Emacs Manual</a>.<br> | ||
| 166 | To view this manual in other formats, click | ||
| 167 | <a href="/software/emacs/manual/elisp.html">here</a>. | ||
| 168 | @end html | ||
| 169 | @end ifset | ||
| 170 | |||
| 170 | @insertcopying | 171 | @insertcopying |
| 171 | @end ifnottex | 172 | @end ifnottex |
| 172 | 173 | ||