diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-05-23 15:39:40 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-05-23 15:39:40 +0000 |
commit | 9695b7830bb868557c15bca83a8d0966ba0b6751 (patch) | |
tree | 49f4996665733dbca575bb69de91f38427a7f20e /lispref | |
parent | 1d34daaee79726d7db1e253c3dbf8d70fe544d19 (diff) | |
download | emacs-9695b7830bb868557c15bca83a8d0966ba0b6751.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/elisp.texi | 7 | ||||
-rw-r--r-- | lispref/gpl.texi | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/lispref/elisp.texi b/lispref/elisp.texi index 69dfe2be5f7..c3fcec67213 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi @@ -97,9 +97,8 @@ Reference Manual, corresponding to GNU Emacs version 21.1. @end ifnottex @menu -* Copying:: Conditions for copying and changing GNU Emacs. * Introduction:: Introduction and conventions used. -* Standards: Coding Conventions. Coding conventions for Emacs Lisp. +* Standards: Coding Conventions:: Coding conventions for Emacs Lisp. * Lisp Data Types:: Data types of objects in Emacs Lisp. * Numbers:: Numbers and arithmetic functions. @@ -157,6 +156,8 @@ Reference Manual, corresponding to GNU Emacs version 21.1. Appendices * Antinews:: Info for users downgrading to Emacs 20. +* GNU Free Documentation Licence:: The license for this documentation +* Copying:: Conditions for copying and changing GNU Emacs. * Tips:: Advice and coding conventions for Emacs Lisp. * GNU Emacs Internals:: Building and dumping Emacs; internal data structures. @@ -955,6 +956,8 @@ Object Internals @c REMOVE this: include non-hacker.texi @include anti.texi +@include doclicense.texi +@include gpl.texi @include tips.texi @include internals.texi @include errors.texi diff --git a/lispref/gpl.texi b/lispref/gpl.texi index e6cd7e4d3c2..0217d3532e2 100644 --- a/lispref/gpl.texi +++ b/lispref/gpl.texi @@ -1,9 +1,9 @@ @c -*-texinfo-*- @setfilename ../info/gpl -@node Copying, , Top, Top +@node GPL, , Top, Top @comment node-name, next, previous, up -@appendix GNU GENERAL PUBLIC LICENSE +@appendix GNU General Public License @center Version 2, June 1991 @display @@ -65,7 +65,7 @@ patent must be licensed for everyone's free use or not licensed at all. modification follow. @iftex -@unnumberedsec TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION +@unnumberedsec Terms and Conditions for Copying, Distribution and Modification @end iftex @ifinfo @center TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |