Mercurial > hg > xemacs-beta
comparison man/emodules.texi @ 5027:22179cd0fe15
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 10 Feb 2010 07:25:19 -0600 |
parents | bb6a375da086 |
children |
comparison
equal
deleted
inserted
replaced
5026:46cf825f6158 | 5027:22179cd0fe15 |
---|---|
30 @ifclear HAVE-EMACS | 30 @ifclear HAVE-EMACS |
31 @set XEMACS | 31 @set XEMACS |
32 @set emacs XEmacs | 32 @set emacs XEmacs |
33 @end ifclear | 33 @end ifclear |
34 | 34 |
35 @c TODO: Merge the info-only and TeX-only license text, since they are | |
36 @c identical. | |
35 @ifinfo | 37 @ifinfo |
36 This file documents the module loading technology of @value{emacs}. | 38 This file documents the module loading technology of @value{emacs}. |
37 | 39 |
38 Copyright @copyright{} 1998 J. Kean Johnston. | 40 Copyright @copyright{} 1998 J. Kean Johnston. |
39 | 41 |
40 Permission is granted to make and distribute verbatim copies of this | 42 Permission is granted to make and distribute verbatim copies of this |
41 manual provided the copyright notice and this permission notice are | 43 manual provided the copyright notice and this permission notice are |
42 preserved on all copies. | 44 preserved on all copies. |
43 | 45 |
44 @ignore | 46 This file is part of XEmacs. |
45 Permission is granted to process this file through TeX and print the | 47 |
46 results, provided the printed document carries copying permission notice | 48 XEmacs is free software; you can redistribute it and/or modify it |
47 identical to this one except for the removal of this paragraph (this | 49 under the terms of the GNU General Public License as published by the |
48 paragraph not being relevant to the printed manual). | 50 Free Software Foundation; either version 2, or (at your option) any |
49 | 51 later version. |
50 @end ignore | 52 |
51 Permission is granted to copy and distribute modified versions of this | 53 XEmacs is distributed in the hope that it will be useful, but WITHOUT |
52 manual under the conditions for verbatim copying, provided that the | 54 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
53 entire resulting derived work is distributed under the terms of a | 55 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
54 permission notice identical to this one. | 56 for more details. |
55 | 57 |
56 Permission is granted to copy and distribute translations of this manual | 58 You should have received a copy of the GNU General Public License |
57 into another language, under the above conditions for modified versions, | 59 along with XEmacs; see the file COPYING. If not, write to |
58 except that this permission notice may be stated in a translation | 60 the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, |
59 approved by the Foundation. | 61 Boston, MA 02110-1301, USA. |
60 | |
61 Permission is granted to copy and distribute modified versions of this | |
62 manual under the conditions for verbatim copying, provided also that the | |
63 section entitled ``GNU General Public License'' is included exactly as | |
64 in the original, and provided that the entire resulting derived work is | |
65 distributed under the terms of a permission notice identical to this | |
66 one. | |
67 | |
68 Permission is granted to copy and distribute translations of this manual | |
69 into another language, under the above conditions for modified versions, | |
70 except that the section entitled ``GNU General Public License'' may be | |
71 included in a translation approved by the Free Software Foundation | |
72 instead of in the original English. | |
73 @end ifinfo | 62 @end ifinfo |
74 | 63 |
75 @c Combine indices. | 64 @c Combine indices. |
76 @syncodeindex fn cp | 65 @syncodeindex fn cp |
77 @syncodeindex vr cp | 66 @syncodeindex vr cp |
95 | 84 |
96 @sp 2 | 85 @sp 2 |
97 Version 1.0 @* | 86 Version 1.0 @* |
98 September, 1998.@* | 87 September, 1998.@* |
99 | 88 |
100 Permission is granted to make and distribute verbatim copies of this | 89 This file is part of XEmacs. |
101 manual provided the copyright notice and this permission notice are | 90 |
102 preserved on all copies. | 91 XEmacs is free software; you can redistribute it and/or modify it |
103 | 92 under the terms of the GNU General Public License as published by the |
104 Permission is granted to copy and distribute modified versions of this | 93 Free Software Foundation; either version 2, or (at your option) any |
105 manual under the conditions for verbatim copying, provided also that the | 94 later version. |
106 section entitled ``GNU General Public License'' is included | 95 |
107 exactly as in the original, and provided that the entire resulting | 96 XEmacs is distributed in the hope that it will be useful, but WITHOUT |
108 derived work is distributed under the terms of a permission notice | 97 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
109 identical to this one. | 98 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
110 | 99 for more details. |
111 Permission is granted to copy and distribute translations of this manual | 100 |
112 into another language, under the above conditions for modified versions, | 101 You should have received a copy of the GNU General Public License |
113 except that the section entitled ``GNU General Public License'' may be | 102 along with XEmacs; see the file COPYING. If not, write to |
114 included in a translation approved by the Free Software Foundation | 103 the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, |
115 instead of in the original English. | 104 Boston, MA 02110-1301, USA. |
116 @end titlepage | 105 @end titlepage |
117 @page | 106 @page |
118 | 107 |
119 @ifinfo | 108 @ifinfo |
120 @node Top, Introduction, (dir), (dir) | 109 @node Top, Introduction, (dir), (dir) |