aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2008-05-16 06:02:53 +0000
committerGlenn Morris2008-05-16 06:02:53 +0000
commit352c8b4a9b52d7ebfea8582db1040a9aaf1d7c42 (patch)
tree6114f8eb800e9fc07b6377f5a6b350bba1b497e0 /doc
parent8ae3715e3e98cf0e263d60eb3047ed9973d82299 (diff)
downloademacs-352c8b4a9b52d7ebfea8582db1040a9aaf1d7c42.tar.gz
emacs-352c8b4a9b52d7ebfea8582db1040a9aaf1d7c42.zip
Switch to recommended form of GPLv3 permissions notice.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog14
-rw-r--r--doc/emacs/Makefile.in11
-rw-r--r--doc/emacs/makefile.w32-in11
-rw-r--r--doc/lispref/ChangeLog16
-rw-r--r--doc/lispref/Makefile.in11
-rw-r--r--doc/lispref/README10
-rw-r--r--doc/lispref/makefile.w32-in11
-rwxr-xr-xdoc/lispref/tindex.pl23
-rw-r--r--doc/lispref/tips.texi29
-rw-r--r--doc/lispref/two-volume-cross-refs.txt10
-rw-r--r--doc/lispref/two-volume.make10
-rw-r--r--doc/lispref/two.el14
12 files changed, 76 insertions, 94 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 1d5328a606b..54528646c7c 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,8 +1,8 @@
12008-05-15 Eric S. Raymond <esr@snark.thyrsus.com> 12008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
2 2
3 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to 3 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
4 Revision Tags and rewritten. Section now uses modern terminology 4 Revision Tags and rewritten. Section now uses modern terminology,
5 (tags rather than snapshots) and describes post-SCCS systems more 5 (tags rather than snapshots) and describes post-SCCS systems more
6 accurately. 6 accurately.
7 7
82008-05-10 Eli Zaretskii <eliz@gnu.org> 82008-05-10 Eli Zaretskii <eliz@gnu.org>
@@ -5302,10 +5302,10 @@
5302 5302
5303 This file is part of GNU Emacs. 5303 This file is part of GNU Emacs.
5304 5304
5305 GNU Emacs is free software; you can redistribute it and/or modify 5305 GNU Emacs is free software: you can redistribute it and/or modify
5306 it under the terms of the GNU General Public License as published by 5306 it under the terms of the GNU General Public License as published by
5307 the Free Software Foundation; either version 3, or (at your option) 5307 the Free Software Foundation, either version 3 of the License, or
5308 any later version. 5308 (at your option) any later version.
5309 5309
5310 GNU Emacs is distributed in the hope that it will be useful, 5310 GNU Emacs is distributed in the hope that it will be useful,
5311 but WITHOUT ANY WARRANTY; without even the implied warranty of 5311 but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -5313,8 +5313,6 @@
5313 GNU General Public License for more details. 5313 GNU General Public License for more details.
5314 5314
5315 You should have received a copy of the GNU General Public License 5315 You should have received a copy of the GNU General Public License
5316 along with GNU Emacs; see the file COPYING. If not, write to the 5316 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
5317 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
5318 Boston, MA 02110-1301, USA.
5319 5317
5320;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd 5318;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd
diff --git a/doc/emacs/Makefile.in b/doc/emacs/Makefile.in
index 4527c3c767f..230496ed006 100644
--- a/doc/emacs/Makefile.in
+++ b/doc/emacs/Makefile.in
@@ -5,10 +5,10 @@
5 5
6# This file is part of GNU Emacs. 6# This file is part of GNU Emacs.
7 7
8# GNU Emacs is free software; you can redistribute it and/or modify 8# GNU Emacs is free software: you can redistribute it and/or modify
9# it under the terms of the GNU General Public License as published by 9# it under the terms of the GNU General Public License as published by
10# the Free Software Foundation; either version 3, or (at your option) 10# the Free Software Foundation, either version 3 of the License, or
11# any later version. 11# (at your option) any later version.
12 12
13# GNU Emacs is distributed in the hope that it will be useful, 13# GNU Emacs is distributed in the hope that it will be useful,
14# but WITHOUT ANY WARRANTY; without even the implied warranty of 14# but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -16,9 +16,8 @@
16# GNU General Public License for more details. 16# GNU General Public License for more details.
17 17
18# You should have received a copy of the GNU General Public License 18# You should have received a copy of the GNU General Public License
19# along with GNU Emacs; see the file COPYING. If not, write to 19# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
20# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20
21# Boston, MA 02110-1301, USA.
22 21
23# Where to find the source code. $(srcdir) will be the man 22# Where to find the source code. $(srcdir) will be the man
24# subdirectory of the source tree. This is 23# subdirectory of the source tree. This is
diff --git a/doc/emacs/makefile.w32-in b/doc/emacs/makefile.w32-in
index 99b9e173f65..4b80cd18fd5 100644
--- a/doc/emacs/makefile.w32-in
+++ b/doc/emacs/makefile.w32-in
@@ -5,10 +5,10 @@
5 5
6# This file is part of GNU Emacs. 6# This file is part of GNU Emacs.
7 7
8# GNU Emacs is free software; you can redistribute it and/or modify 8# GNU Emacs is free software: you can redistribute it and/or modify
9# it under the terms of the GNU General Public License as published by 9# it under the terms of the GNU General Public License as published by
10# the Free Software Foundation; either version 3, or (at your option) 10# the Free Software Foundation, either version 3 of the License, or
11# any later version. 11# (at your option) any later version.
12 12
13# GNU Emacs is distributed in the hope that it will be useful, 13# GNU Emacs is distributed in the hope that it will be useful,
14# but WITHOUT ANY WARRANTY; without even the implied warranty of 14# but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -16,9 +16,8 @@
16# GNU General Public License for more details. 16# GNU General Public License for more details.
17 17
18# You should have received a copy of the GNU General Public License 18# You should have received a copy of the GNU General Public License
19# along with GNU Emacs; see the file COPYING. If not, write to 19# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
20# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20
21# Boston, MA 02110-1301, USA.
22 21
23# Where to find the source code. The source code for Emacs's C kernel is 22# Where to find the source code. The source code for Emacs's C kernel is
24# expected to be in $(srcdir)/src, and the source code for Emacs's 23# expected to be in $(srcdir)/src, and the source code for Emacs's
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 2214ee0afa6..308cb386aa6 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,6 +1,6 @@
12008-05-03 Eric S. Raymond <esr@golux> 12008-05-03 Eric S. Raymond <esr@golux>
2 2
3 * keymaps.texi: Clarify that (current-local-map) and 3 * keymaps.texi: Clarify that (current-local-map) and
4 (current-global-map) return references, not copies. 4 (current-global-map) return references, not copies.
5 5
62008-05-02 Juri Linkov <juri@jurta.org> 62008-05-02 Juri Linkov <juri@jurta.org>
@@ -6592,15 +6592,15 @@
6592;; add-log-time-zone-rule: t 6592;; add-log-time-zone-rule: t
6593;; End: 6593;; End:
6594 6594
6595 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 6595 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
6596 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 6596 2007, 2008 Free Software Foundation, Inc.
6597 6597
6598 This file is part of GNU Emacs. 6598 This file is part of GNU Emacs.
6599 6599
6600 GNU Emacs is free software; you can redistribute it and/or modify 6600 GNU Emacs is free software: you can redistribute it and/or modify
6601 it under the terms of the GNU General Public License as published by 6601 it under the terms of the GNU General Public License as published by
6602 the Free Software Foundation; either version 3, or (at your option) 6602 the Free Software Foundation, either version 3 of the License, or
6603 any later version. 6603 (at your option) any later version.
6604 6604
6605 GNU Emacs is distributed in the hope that it will be useful, 6605 GNU Emacs is distributed in the hope that it will be useful,
6606 but WITHOUT ANY WARRANTY; without even the implied warranty of 6606 but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -6608,8 +6608,6 @@
6608 GNU General Public License for more details. 6608 GNU General Public License for more details.
6609 6609
6610 You should have received a copy of the GNU General Public License 6610 You should have received a copy of the GNU General Public License
6611 along with GNU Emacs; see the file COPYING. If not, write to the 6611 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
6612 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
6613 Boston, MA 02110-1301, USA.
6614 6612
6615;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda 6613;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda
diff --git a/doc/lispref/Makefile.in b/doc/lispref/Makefile.in
index 04464c5c680..54fc32f217a 100644
--- a/doc/lispref/Makefile.in
+++ b/doc/lispref/Makefile.in
@@ -6,10 +6,10 @@
6 6
7# This file is part of GNU Emacs. 7# This file is part of GNU Emacs.
8 8
9# GNU Emacs is free software; you can redistribute it and/or modify 9# GNU Emacs is free software: you can redistribute it and/or modify
10# it under the terms of the GNU General Public License as published by 10# it under the terms of the GNU General Public License as published by
11# the Free Software Foundation; either version 3, or (at your option) 11# the Free Software Foundation, either version 3 of the License, or
12# any later version. 12# (at your option) any later version.
13 13
14# GNU Emacs is distributed in the hope that it will be useful, 14# GNU Emacs is distributed in the hope that it will be useful,
15# but WITHOUT ANY WARRANTY; without even the implied warranty of 15# but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -17,9 +17,8 @@
17# GNU General Public License for more details. 17# GNU General Public License for more details.
18 18
19# You should have received a copy of the GNU General Public License 19# You should have received a copy of the GNU General Public License
20# along with GNU Emacs; see the file COPYING. If not, write to 20# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
21# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 21
22# Boston, MA 02110-1301, USA.
23 22
24# Standard configure variables. 23# Standard configure variables.
25srcdir = @srcdir@ 24srcdir = @srcdir@
diff --git a/doc/lispref/README b/doc/lispref/README
index b110c8feda0..18ee5af9505 100644
--- a/doc/lispref/README
+++ b/doc/lispref/README
@@ -56,10 +56,10 @@ with `make-permuted-index'.
56 56
57This file is part of GNU Emacs. 57This file is part of GNU Emacs.
58 58
59GNU Emacs is free software; you can redistribute it and/or modify 59GNU Emacs is free software: you can redistribute it and/or modify
60it under the terms of the GNU General Public License as published by 60it under the terms of the GNU General Public License as published by
61the Free Software Foundation; either version 3, or (at your option) 61the Free Software Foundation, either version 3 of the License, or
62any later version. 62(at your option) any later version.
63 63
64GNU Emacs is distributed in the hope that it will be useful, 64GNU Emacs is distributed in the hope that it will be useful,
65but WITHOUT ANY WARRANTY; without even the implied warranty of 65but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -67,6 +67,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
67GNU General Public License for more details. 67GNU General Public License for more details.
68 68
69You should have received a copy of the GNU General Public License 69You should have received a copy of the GNU General Public License
70along with GNU Emacs; see the file COPYING. If not, write to the 70along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
71Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
72Boston, MA 02110-1301, USA.
diff --git a/doc/lispref/makefile.w32-in b/doc/lispref/makefile.w32-in
index 381d389cae3..1fd84631e0f 100644
--- a/doc/lispref/makefile.w32-in
+++ b/doc/lispref/makefile.w32-in
@@ -5,10 +5,10 @@
5 5
6# This file is part of GNU Emacs. 6# This file is part of GNU Emacs.
7 7
8# GNU Emacs is free software; you can redistribute it and/or modify 8# GNU Emacs is free software: you can redistribute it and/or modify
9# it under the terms of the GNU General Public License as published by 9# it under the terms of the GNU General Public License as published by
10# the Free Software Foundation; either version 3, or (at your option) 10# the Free Software Foundation, either version 3 of the License, or
11# any later version. 11# (at your option) any later version.
12 12
13# GNU Emacs is distributed in the hope that it will be useful, 13# GNU Emacs is distributed in the hope that it will be useful,
14# but WITHOUT ANY WARRANTY; without even the implied warranty of 14# but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -16,9 +16,8 @@
16# GNU General Public License for more details. 16# GNU General Public License for more details.
17 17
18# You should have received a copy of the GNU General Public License 18# You should have received a copy of the GNU General Public License
19# along with GNU Emacs; see the file COPYING. If not, write to 19# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
20# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20
21# Boston, MA 02110-1301, USA.
22 21
23# Standard configure variables. 22# Standard configure variables.
24srcdir = . 23srcdir = .
diff --git a/doc/lispref/tindex.pl b/doc/lispref/tindex.pl
index 83a1df94d1a..6bd59d59aca 100755
--- a/doc/lispref/tindex.pl
+++ b/doc/lispref/tindex.pl
@@ -1,24 +1,23 @@
1#! /usr/bin/perl 1#! /usr/bin/perl
2 2
3# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 3# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
4# 2006, 2007, 2008 Free Software Foundation, Inc. 4# 2008 Free Software Foundation, Inc.
5# 5
6# This file is part of GNU Emacs. 6# This file is part of GNU Emacs.
7# 7
8# GNU Emacs is free software; you can redistribute it and/or modify 8# GNU Emacs is free software: you can redistribute it and/or modify
9# it under the terms of the GNU General Public License as published by 9# it under the terms of the GNU General Public License as published by
10# the Free Software Foundation; either version 3, or (at your option) 10# the Free Software Foundation, either version 3 of the License, or
11# any later version. 11# (at your option) any later version.
12# 12
13# GNU Emacs is distributed in the hope that it will be useful, 13# GNU Emacs is distributed in the hope that it will be useful,
14# but WITHOUT ANY WARRANTY; without even the implied warranty of 14# but WITHOUT ANY WARRANTY; without even the implied warranty of
15# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16# GNU General Public License for more details. 16# GNU General Public License for more details.
17# 17
18# You should have received a copy of the GNU General Public License 18# You should have received a copy of the GNU General Public License
19# along with GNU Emacs; see the file COPYING. If not, write to the 19# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
20# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20
21# Boston, MA 02110-1301, USA.
22 21
23require 5; 22require 5;
24use Getopt::Long; 23use Getopt::Long;
diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi
index e8023edcd5d..e219a1e3d49 100644
--- a/doc/lispref/tips.texi
+++ b/doc/lispref/tips.texi
@@ -272,20 +272,18 @@ file if you distribute copies. Use a notice like this one:
272@smallexample 272@smallexample
273;; Copyright (C) @var{year} @var{name} 273;; Copyright (C) @var{year} @var{name}
274 274
275;; This program is free software; you can redistribute it and/or 275;; This program is free software: you can redistribute it and/or modify
276;; modify it under the terms of the GNU General Public License as 276;; it under the terms of the GNU General Public License as published by
277;; published by the Free Software Foundation; either version 3 of 277;; the Free Software Foundation, either version 3 of the License, or
278;; the License, or (at your option) any later version. 278;; (at your option) any later version.
279 279
280;; This program is distributed in the hope that it will be 280;; This program is distributed in the hope that it will be useful,
281;; useful, but WITHOUT ANY WARRANTY; without even the implied 281;; but WITHOUT ANY WARRANTY; without even the implied warranty of
282;; warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 282;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
283;; PURPOSE. See the GNU General Public License for more details. 283;; GNU General Public License for more details.
284 284
285;; You should have received a copy of the GNU General Public 285;; You should have received a copy of the GNU General Public License
286;; License along with this program; if not, write to the Free 286;; along with this program. If not, see <http://www.gnu.org/licenses/>.
287;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
288;; Boston, MA 02110-1301 USA
289@end smallexample 287@end smallexample
290 288
291If you have signed papers to assign the copyright to the Foundation, 289If you have signed papers to assign the copyright to the Foundation,
@@ -1016,8 +1014,7 @@ if we haven't installed it in Emacs yet!
1016 1014
1017;; This file is part of GNU Emacs. 1015;; This file is part of GNU Emacs.
1018@dots{} 1016@dots{}
1019;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 1017;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
1020;; Boston, MA 02110-1301, USA.
1021@end group 1018@end group
1022@end smallexample 1019@end smallexample
1023 1020
diff --git a/doc/lispref/two-volume-cross-refs.txt b/doc/lispref/two-volume-cross-refs.txt
index f77aff098b8..40dcbeee063 100644
--- a/doc/lispref/two-volume-cross-refs.txt
+++ b/doc/lispref/two-volume-cross-refs.txt
@@ -306,10 +306,10 @@ another run!
306 306
307COPYING CONDITIONS 307COPYING CONDITIONS
308 308
309This file is free software; you can redistribute it and/or modify 309This file is free software: you can redistribute it and/or modify
310it under the terms of the GNU General Public License as published by 310it under the terms of the GNU General Public License as published by
311the Free Software Foundation; either version 3, or (at your option) 311the Free Software Foundation, either version 3 of the License, or
312any later version. 312(at your option) any later version.
313 313
314This file is distributed in the hope that it will be useful, 314This file is distributed in the hope that it will be useful,
315but WITHOUT ANY WARRANTY; without even the implied warranty of 315but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -317,6 +317,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
317GNU General Public License for more details. 317GNU General Public License for more details.
318 318
319You should have received a copy of the GNU General Public License 319You should have received a copy of the GNU General Public License
320along with this file; see the file COPYING. If not, write to 320along with this file. If not, see <http://www.gnu.org/licenses/>.
321the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
322Boston, MA 02110-1301, USA.
diff --git a/doc/lispref/two-volume.make b/doc/lispref/two-volume.make
index bf245570134..4fcfe9039df 100644
--- a/doc/lispref/two-volume.make
+++ b/doc/lispref/two-volume.make
@@ -209,10 +209,10 @@ elisp2-init: vol2.texi
209 209
210# COPYING CONDITIONS 210# COPYING CONDITIONS
211# 211#
212# This file is free software; you can redistribute it and/or modify 212# This file is free software: you can redistribute it and/or modify
213# it under the terms of the GNU General Public License as published by 213# it under the terms of the GNU General Public License as published by
214# the Free Software Foundation; either version 3, or (at your option) 214# the Free Software Foundation, either version 3 of the License, or
215# any later version. 215# (at your option) any later version.
216# 216#
217# This file is distributed in the hope that it will be useful, 217# This file is distributed in the hope that it will be useful,
218# but WITHOUT ANY WARRANTY; without even the implied warranty of 218# but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -220,8 +220,6 @@ elisp2-init: vol2.texi
220# GNU General Public License for more details. 220# GNU General Public License for more details.
221# 221#
222# You should have received a copy of the GNU General Public License 222# You should have received a copy of the GNU General Public License
223# along with this file; see the file COPYING. If not, write to 223# along with this file. If not, see <http://www.gnu.org/licenses/>.
224# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
225# Boston, MA 02110-1301, USA.
226 224
227# arch-tag: 5c258a2e-d4a9-4d0e-b279-fb3a6faa27eb 225# arch-tag: 5c258a2e-d4a9-4d0e-b279-fb3a6faa27eb
diff --git a/doc/lispref/two.el b/doc/lispref/two.el
index 388ceedde5b..21a8c5895ef 100644
--- a/doc/lispref/two.el
+++ b/doc/lispref/two.el
@@ -5,10 +5,10 @@
5 5
6;; --rjc 30mar92 6;; --rjc 30mar92
7 7
8;; This file is free software; you can redistribute it and/or modify 8;; This file is free software: you can redistribute it and/or modify
9;; it under the terms of the GNU General Public License as published by 9;; it under the terms of the GNU General Public License as published by
10;; the Free Software Foundation; either version 3, or (at your option) 10;; the Free Software Foundation, either version 3 of the License, or
11;; any later version. 11;; (at your option) any later version.
12 12
13;; This file is distributed in the hope that it will be useful, 13;; This file is distributed in the hope that it will be useful,
14;; but WITHOUT ANY WARRANTY; without even the implied warranty of 14;; but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -16,9 +16,8 @@
16;; GNU General Public License for more details. 16;; GNU General Public License for more details.
17 17
18;; You should have received a copy of the GNU General Public License 18;; You should have received a copy of the GNU General Public License
19;; along with this file; see the file COPYING. If not, write to 19;; along with this file. If not, see <http://www.gnu.org/licenses/>.
20;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20
21;; Boston, MA 02110-1301, USA.
22 21
23(defun volume-aux-markup (arg) 22(defun volume-aux-markup (arg)
24 "Append `vol. NUMBER' to page number. 23 "Append `vol. NUMBER' to page number.
@@ -77,4 +76,5 @@ This is for the *Elisp Ref Manual*"
77(defun volume-numbers-toc-markup-I () (volume-numbers-toc-markup "I")) 76(defun volume-numbers-toc-markup-I () (volume-numbers-toc-markup "I"))
78(defun volume-numbers-toc-markup-II () (volume-numbers-toc-markup "II")) 77(defun volume-numbers-toc-markup-II () (volume-numbers-toc-markup "II"))
79 78
80;;; arch-tag: 848955fe-e9cf-45e7-a2f1-570ef156d6a5 79;; arch-tag: 848955fe-e9cf-45e7-a2f1-570ef156d6a5
80;;; two.el ends here