diff options
author | Tom Tromey <tromey@redhat.com> | 2013-07-06 23:18:58 -0600 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-07-06 23:18:58 -0600 |
commit | 6dacdad5fcb278e5a16b38bb81786aac9ca27be4 (patch) | |
tree | f5f331ea361ba0f99e0f9b638d183ad492a7da31 /doc/lispref/elisp.texi | |
parent | 0a6f2ff0c8ceb29703e76cddd46ea3f176dd873a (diff) | |
parent | 219afb88d9d484393418820d1c08dc93299110ec (diff) | |
download | emacs-6dacdad5fcb278e5a16b38bb81786aac9ca27be4.tar.gz |
merge from trunk
this merges frmo trunk and fixes various build issues.
this needed a few ugly tweaks.
this hangs in "make check" now
Diffstat (limited to 'doc/lispref/elisp.texi')
-rw-r--r-- | doc/lispref/elisp.texi | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 343d9cc98e2..0d9432d5e01 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 -<p>The homepage for GNU Emacs is at -<a href="/software/emacs/">http://www.gnu.org/software/emacs/</a>.<br> -For information on using Emacs, refer to -the <a href="/software/emacs/manual/html_node/emacs/index.html">Emacs -Manual</a>.<br> To view this manual in other formats, -click <a href="/software/emacs/manual/elisp.html">here</a>. -@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 +<p>The homepage for GNU Emacs is at +<a href="/software/emacs/">http://www.gnu.org/software/emacs/</a>.<br> +For information on using Emacs, refer to the +<a href="/software/emacs/manual/emacs.html">Emacs Manual</a>.<br> +To view this manual in other formats, click +<a href="/software/emacs/manual/elisp.html">here</a>. +@end html +@end ifset + @insertcopying @end ifnottex |