aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorGlenn Morris2012-12-21 10:55:16 -0800
committerGlenn Morris2012-12-21 10:55:16 -0800
commit8ee7002855ef7f94fb700245861f0c088e027465 (patch)
treede824f2a8395ff9920222deedb9d4b8aa4cbe86c /doc/misc
parent6bf430d146b212bb307107131639e2f42b6cfc80 (diff)
downloademacs-8ee7002855ef7f94fb700245861f0c088e027465.tar.gz
emacs-8ee7002855ef7f94fb700245861f0c088e027465.zip
Include a copy of GFDL, which @copying says is included
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ede.texi7
-rw-r--r--doc/misc/eieio.texi5
-rw-r--r--doc/misc/mairix-el.texi5
3 files changed, 15 insertions, 2 deletions
diff --git a/doc/misc/ede.texi b/doc/misc/ede.texi
index 44e2c2b73e9..704d5b1141c 100644
--- a/doc/misc/ede.texi
+++ b/doc/misc/ede.texi
@@ -88,6 +88,7 @@ learn and adopt GNU ways of doing things.
88* Building and Debugging:: Initiating a build or debug session. 88* Building and Debugging:: Initiating a build or debug session.
89* Miscellaneous commands:: Other project related commands. 89* Miscellaneous commands:: Other project related commands.
90* Extending EDE:: Programming and extending @ede{}. 90* Extending EDE:: Programming and extending @ede{}.
91* GNU Free Documentation License:: The license for this documentation.
91@end menu 92@end menu
92 93
93@node EDE Project Concepts, EDE Mode, top, top 94@node EDE Project Concepts, EDE Mode, top, top
@@ -1092,7 +1093,7 @@ You can add your own locate tool but subclassing from
1092methods. See the code in @file{ede-locate.el} for GNU Global as a 1093methods. See the code in @file{ede-locate.el} for GNU Global as a
1093simple example. 1094simple example.
1094 1095
1095@node Extending EDE, , Miscellaneous commands, top 1096@node Extending EDE, GNU Free Documentation License, Miscellaneous commands, top
1096@chapter Extending @ede{} 1097@chapter Extending @ede{}
1097 1098
1098This chapter is intended for users who want to write new parts or fix 1099This chapter is intended for users who want to write new parts or fix
@@ -4436,4 +4437,8 @@ For example, C code uses .o on unix, and Emacs Lisp uses .elc.
4436@end table 4437@end table
4437@end table 4438@end table
4438 4439
4440@node GNU Free Documentation License, , Extending EDE, Top
4441@appendix GNU Free Documentation License
4442@include doclicense.texi
4443
4439@bye 4444@bye
diff --git a/doc/misc/eieio.texi b/doc/misc/eieio.texi
index 26eb99fce07..8b2a73b5f7c 100644
--- a/doc/misc/eieio.texi
+++ b/doc/misc/eieio.texi
@@ -76,6 +76,7 @@ Emacs.
76* Naming Conventions:: Name your objects in an Emacs friendly way. 76* Naming Conventions:: Name your objects in an Emacs friendly way.
77* CLOS compatibility:: What are the differences? 77* CLOS compatibility:: What are the differences?
78* Wish List:: Things about EIEIO that could be improved. 78* Wish List:: Things about EIEIO that could be improved.
79* GNU Free Documentation License:: The license for this documentation.
79* Function Index:: 80* Function Index::
80@end menu 81@end menu
81 82
@@ -1949,6 +1950,10 @@ buffers.
1949Allow method overloading of method-like functions in Emacs. 1950Allow method overloading of method-like functions in Emacs.
1950@end enumerate 1951@end enumerate
1951 1952
1953@node GNU Free Documentation License
1954@appendix GNU Free Documentation License
1955@include doclicense.texi
1956
1952@node Function Index 1957@node Function Index
1953@unnumbered Function Index 1958@unnumbered Function Index
1954 1959
diff --git a/doc/misc/mairix-el.texi b/doc/misc/mairix-el.texi
index 514bcd6405b..990bb87ae5c 100644
--- a/doc/misc/mairix-el.texi
+++ b/doc/misc/mairix-el.texi
@@ -60,6 +60,7 @@ database.
60* Setting up mairix.el:: Set up mairix.el 60* Setting up mairix.el:: Set up mairix.el
61* Using mairix.el:: List of interactive functions 61* Using mairix.el:: List of interactive functions
62* Extending mairix.el:: Support your favorite mail reader! 62* Extending mairix.el:: Support your favorite mail reader!
63* GNU Free Documentation License:: The license for this documentation.
63@end menu 64@end menu
64 65
65@node About mairix and mairix.el 66@node About mairix and mairix.el
@@ -345,6 +346,8 @@ Then add the functions to @code{mairix-display-functions} and
345 346
346And that's it! 347And that's it!
347 348
348 349@node GNU Free Documentation License
350@appendix GNU Free Documentation License
351@include doclicense.texi
349 352
350@bye 353@bye