aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2007-04-15 20:57:15 +0000
committerChong Yidong2007-04-15 20:57:15 +0000
commit84247bb59e0b00b4a8c929eae40d52cf1d25211d (patch)
tree052381f83523833cd4dad02b9986d12bab0f6a64
parent903e50e43552b0a84d0c5335baa8ea0a1c2c8894 (diff)
downloademacs-84247bb59e0b00b4a8c929eae40d52cf1d25211d.tar.gz
emacs-84247bb59e0b00b4a8c929eae40d52cf1d25211d.zip
Include GFDL.
-rw-r--r--man/ada-mode.texi9
-rw-r--r--man/autotype.texi4
-rw-r--r--man/cc-mode.texi11
-rw-r--r--man/cl.texi9
-rw-r--r--man/dired-x.texi56
-rw-r--r--man/ebrowse.texi12
-rw-r--r--man/ediff.texi10
-rw-r--r--man/emacs-mime.texi4
-rw-r--r--man/erc.texi9
-rw-r--r--man/eshell.texi5
-rw-r--r--man/eudc.texi9
-rw-r--r--man/flymake.texi5
-rw-r--r--man/forms.texi5
-rw-r--r--man/gnus.texi5
-rw-r--r--man/idlwave.texi9
-rw-r--r--man/message.texi4
-rw-r--r--man/newsticker.texi5
-rw-r--r--man/org.texi9
-rw-r--r--man/pcl-cvs.texi11
-rw-r--r--man/pgg.texi9
-rw-r--r--man/rcirc.texi10
-rw-r--r--man/reftex.texi11
-rw-r--r--man/sc.texi9
-rw-r--r--man/ses.texi7
-rw-r--r--man/sieve.texi6
-rw-r--r--man/smtpmail.texi5
-rw-r--r--man/speedbar.texi10
-rw-r--r--man/tramp.texi6
-rw-r--r--man/url.texi5
-rw-r--r--man/vip.texi7
-rw-r--r--man/viper.texi5
-rw-r--r--man/widget.texi9
-rw-r--r--man/woman.texi10
33 files changed, 228 insertions, 72 deletions
diff --git a/man/ada-mode.texi b/man/ada-mode.texi
index 7acae36c74f..241149803e8 100644
--- a/man/ada-mode.texi
+++ b/man/ada-mode.texi
@@ -64,6 +64,7 @@ license to the document, as described in section 6 of the license.
64* Automatic Casing:: Adjusting the case of words automatically 64* Automatic Casing:: Adjusting the case of words automatically
65* Statement Templates:: Inserting code templates 65* Statement Templates:: Inserting code templates
66* Comment Handling:: Reformatting comments easily 66* Comment Handling:: Reformatting comments easily
67* GNU Free Documentation License:: The license for this documentation.
67* Index:: 68* Index::
68@end menu 69@end menu
69 70
@@ -1373,7 +1374,7 @@ exception (@code{ada-exception}).
1373type (@code{ada-type}). 1374type (@code{ada-type}).
1374@end table 1375@end table
1375 1376
1376@node Comment Handling, Index, Statement Templates, Top 1377@node Comment Handling, GNU Free Documentation License, Statement Templates, Top
1377@chapter Comment Handling 1378@chapter Comment Handling
1378 1379
1379By default, comment lines get indented like Ada code. There are a few 1380By default, comment lines get indented like Ada code. There are a few
@@ -1392,7 +1393,11 @@ Uncomment the selected region
1392autofill the current comment. 1393autofill the current comment.
1393@end table 1394@end table
1394 1395
1395@node Index, , Comment Handling, Top 1396@node GNU Free Documentation License, Index, Comment Handling, Top
1397@appendix GNU Free Documentation License
1398@include doclicense.texi
1399
1400@node Index, , GNU Free Documentation License, Top
1396@unnumbered Index 1401@unnumbered Index
1397 1402
1398@printindex fn 1403@printindex fn
diff --git a/man/autotype.texi b/man/autotype.texi
index a462b7a97a2..7b51f3115ac 100644
--- a/man/autotype.texi
+++ b/man/autotype.texi
@@ -101,6 +101,7 @@ completions and expansions of text at point.
101* Tempo:: Flexible template insertion. 101* Tempo:: Flexible template insertion.
102* Hippie Expand:: Expansion of text trying various methods. 102* Hippie Expand:: Expansion of text trying various methods.
103 103
104* GNU Free Documentation License:: The license for this documentation.
104* Concept Index:: 105* Concept Index::
105* Command Index:: 106* Command Index::
106* Variable Index:: 107* Variable Index::
@@ -650,6 +651,9 @@ Typically you would bind @code{hippie-expand} to @kbd{M-/} with
650@code{dabbrev-expand}, the standard binding of @kbd{M-/}, providing one 651@code{dabbrev-expand}, the standard binding of @kbd{M-/}, providing one
651of the expansion possibilities. 652of the expansion possibilities.
652 653
654@node GNU Free Documentation License
655@appendix GNU Free Documentation License
656@include doclicense.texi
653 657
654@node Concept Index 658@node Concept Index
655@unnumbered Concept Index 659@unnumbered Concept Index
diff --git a/man/cc-mode.texi b/man/cc-mode.texi
index bc804fa01dc..217c32ff911 100644
--- a/man/cc-mode.texi
+++ b/man/cc-mode.texi
@@ -255,6 +255,7 @@ functions, classes etc - there are other packages for that.
255* FAQ:: 255* FAQ::
256* Updating CC Mode:: 256* Updating CC Mode::
257* Mailing Lists and Bug Reports:: 257* Mailing Lists and Bug Reports::
258* GNU Free Documentation License::
258* Command and Function Index:: 259* Command and Function Index::
259* Variable Index:: 260* Variable Index::
260* Concept and Key Index:: 261* Concept and Key Index::
@@ -6892,7 +6893,7 @@ compatibility, etc. are all available on the web site:
6892 6893
6893 6894
6894@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 6895@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6895@node Mailing Lists and Bug Reports, Command and Function Index, Updating CC Mode, Top 6896@node Mailing Lists and Bug Reports, GNU Free Documentation License, Updating CC Mode, Top
6896@comment node-name, next, previous, up 6897@comment node-name, next, previous, up
6897@appendix Mailing Lists and Submitting Bug Reports 6898@appendix Mailing Lists and Submitting Bug Reports
6898@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 6899@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -6934,9 +6935,15 @@ to the Usenet newsgroups @code{gnu.emacs.sources}, @code{comp.emacs},
6934@code{comp.lang.idl}, and @code{comp.lang.awk}. 6935@code{comp.lang.idl}, and @code{comp.lang.awk}.
6935@c There is no newsgroup for Pike. :-( 6936@c There is no newsgroup for Pike. :-(
6936 6937
6938
6939@node GNU Free Documentation License, Command and Function Index, Mailing Lists and Bug Reports, Top
6940@appendix GNU Free Documentation License
6941@include doclicense.texi
6942
6943
6937@c Removed the tentative node "Mode Initialization" from here, 2005/8/27. 6944@c Removed the tentative node "Mode Initialization" from here, 2005/8/27.
6938@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 6945@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6939@node Command and Function Index, Variable Index, Mailing Lists and Bug Reports, Top 6946@node Command and Function Index, Variable Index, GNU Free Documentation License, Top
6940@comment node-name, next, previous, up 6947@comment node-name, next, previous, up
6941@unnumbered Command and Function Index 6948@unnumbered Command and Function Index
6942@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 6949@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
diff --git a/man/cl.texi b/man/cl.texi
index 6a6663fcd5b..676b9edc5ad 100644
--- a/man/cl.texi
+++ b/man/cl.texi
@@ -78,6 +78,7 @@ does assume a basic familiarity with Emacs Lisp.
78* Old CL Compatibility:: All known differences with old cl.el 78* Old CL Compatibility:: All known differences with old cl.el
79* Porting Common Lisp:: Hints for porting Common Lisp code 79* Porting Common Lisp:: Hints for porting Common Lisp code
80 80
81* GNU Free Documentation License:: The license for this documentation.
81* Function Index:: 82* Function Index::
82* Variable Index:: 83* Variable Index::
83@end menu 84@end menu
@@ -5141,7 +5142,7 @@ older versions of the old package used the unadorned names
5141@code{floor}, @code{ceiling}, etc.; @code{cl-compat} cannot use 5142@code{floor}, @code{ceiling}, etc.; @code{cl-compat} cannot use
5142these names because they conflict with Emacs built-ins. 5143these names because they conflict with Emacs built-ins.
5143 5144
5144@node Porting Common Lisp, Function Index, Old CL Compatibility, Top 5145@node Porting Common Lisp, GNU Free Documentation License, Old CL Compatibility, Top
5145@appendix Porting Common Lisp 5146@appendix Porting Common Lisp
5146 5147
5147@noindent 5148@noindent
@@ -5353,7 +5354,11 @@ note that the current Emacs Lisp compiler does not optimize tail
5353recursion. 5354recursion.
5354@end itemize 5355@end itemize
5355 5356
5356@node Function Index, Variable Index, Porting Common Lisp, Top 5357@node GNU Free Documentation License, Function Index, Porting Common Lisp, Top
5358@appendix GNU Free Documentation License
5359@include doclicense.texi
5360
5361@node Function Index, Variable Index, GNU Free Documentation License, Top
5357@unnumbered Function Index 5362@unnumbered Function Index
5358 5363
5359@printindex fn 5364@printindex fn
diff --git a/man/dired-x.texi b/man/dired-x.texi
index 0d9e385b789..f2c7f347127 100644
--- a/man/dired-x.texi
+++ b/man/dired-x.texi
@@ -25,38 +25,27 @@
25@comment %**end of header (This is for running Texinfo on a region.) 25@comment %**end of header (This is for running Texinfo on a region.)
26 26
27@copying 27@copying
28This documents the ``extra'' features for Dired Mode for GNU Emacs found in 28Copyright @copyright{} 1994, 1995, 1999, 2001, 2002, 2003, 2004,
29the file @file{dired-x.el}.
30
31Copyright @copyright{} 1993, 1994, 2001, 2002, 2003, 2004,
322005, 2006, 2007 Free Software Foundation, Inc. 292005, 2006, 2007 Free Software Foundation, Inc.
33 30
34@quotation 31@quotation
35Permission is granted to make and distribute verbatim copies of this 32Permission is granted to copy, distribute and/or modify this document
36manual provided the copyright notice and this permission notice are 33under the terms of the GNU Free Documentation License, Version 1.2 or
37preserved on all copies. 34any later version published by the Free Software Foundation; with the
38 35Invariant Sections being ``The GNU Manifesto'', ``Distribution'' and
39Permission is granted to copy and distribute modified versions of 36``GNU GENERAL PUBLIC LICENSE'', with the Front-Cover texts being ``A GNU
40this manual under the conditions for verbatim copying, provided that 37Manual'', and with the Back-Cover Texts as in (a) below. A copy of the
41the entire resulting derived work is distributed under the terms of 38license is included in the section entitled ``GNU Free Documentation
42a permission notice identical to this one. 39License'' in the Emacs manual.
43 40
44Permission is granted to copy and distribute translations of this 41(a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
45manual into another language, under the above conditions for 42this GNU Manual, like GNU software. Copies published by the Free
46modified versions, except that this permission notice may be stated 43Software Foundation raise funds for GNU development.''
47in a translation approved by the Free Software Foundation. 44
48 45This document is part of a collection distributed under the GNU Free
49The file used to create this is called @file{dired-x.texi}, but the 46Documentation License. If you want to distribute this document
50original work that was altered to make that file was called 47separately from the collection, you can do so by adding a copy of the
51@file{dired.texi} written by Sebastian Kremer. 48license to the document, as described in section 6 of the license.
52
53@ignore
54Permission is granted to process this file through TeX and print the
55results, provided the printed document carries copying permission
56notice identical to this one except for the removal of this paragraph
57(this paragraph not being relevant to the printed manual).
58
59@end ignore
60@end quotation 49@end quotation
61@end copying 50@end copying
62 51
@@ -138,6 +127,7 @@ For @file{dired-x.el} revision 2
138* Miscellaneous Commands:: 127* Miscellaneous Commands::
139* Bugs:: 128* Bugs::
140 129
130* GNU Free Documentation License::
141* Concept Index:: 131* Concept Index::
142* Command Index:: 132* Command Index::
143* Key Index:: 133* Key Index::
@@ -1228,7 +1218,7 @@ Bound to @kbd{%Y}. Relative symlink all marked files containing
1228info. 1218info.
1229@end table 1219@end table
1230 1220
1231@node Bugs, Concept Index, Miscellaneous Commands, Top 1221@node Bugs, GNU Free Documentation License, Miscellaneous Commands, Top
1232@comment node-name, next, previous, up 1222@comment node-name, next, previous, up
1233@chapter Bugs 1223@chapter Bugs
1234@cindex Bugs 1224@cindex Bugs
@@ -1252,7 +1242,11 @@ maladjustment.
1252Lawrence R. Dodd 1242Lawrence R. Dodd
1253@c <dodd@@roebling.poly.edu> 1243@c <dodd@@roebling.poly.edu>
1254 1244
1255@node Concept Index, Command Index, Bugs, Top 1245@node GNU Free Documentation License, Concept Index, Bugs, Top
1246@appendix GNU Free Documentation License
1247@include doclicense.texi
1248
1249@node Concept Index, Command Index, GNU Free Documentation License, Top
1256@comment node-name, next, previous, up 1250@comment node-name, next, previous, up
1257@unnumbered Concept Index 1251@unnumbered Concept Index
1258@printindex cp 1252@printindex cp
diff --git a/man/ebrowse.texi b/man/ebrowse.texi
index 25262625e92..526ce941982 100644
--- a/man/ebrowse.texi
+++ b/man/ebrowse.texi
@@ -65,6 +65,7 @@ Ebrowse.
65* Tree Buffers:: Traversing class hierarchies 65* Tree Buffers:: Traversing class hierarchies
66* Member Buffers:: Looking at member information 66* Member Buffers:: Looking at member information
67* Tags-like Functions:: Finding members from source files 67* Tags-like Functions:: Finding members from source files
68* GNU Free Documentation License:: The license for this documentation.
68* Concept Index:: An entry for each concept defined 69* Concept Index:: An entry for each concept defined
69@end menu 70@end menu
70 71
@@ -1240,7 +1241,7 @@ This key is bound to @code{describe-mode}.
1240@comment *** TAGS LIKE FUNCTIONS 1241@comment *** TAGS LIKE FUNCTIONS
1241@comment ************************************************************** 1242@comment **************************************************************
1242 1243
1243@node Tags-like Functions, Concept Index, Member Buffers, Top 1244@node Tags-like Functions, GNU Free Documentation License, Member Buffers, Top
1244@comment node-name, next, previous, up 1245@comment node-name, next, previous, up
1245@chapter Tags-like Functions 1246@chapter Tags-like Functions
1246 1247
@@ -1438,7 +1439,7 @@ The command @kbd{C-c C-m @key{TAB}} completes the symbol in front of point.
1438 1439
1439 1440
1440 1441
1441@node Member Buffer Display, , Symbol Completion, Tags-like Functions 1442@node Member Buffer Display, , Symbol Completion, Tags-like Functions
1442@section Quick Member Display 1443@section Quick Member Display
1443@cindex member buffer, for member at point 1444@cindex member buffer, for member at point
1444 1445
@@ -1446,7 +1447,12 @@ You can quickly display a member buffer containing the member the cursor
1446in on with the command @kbd{C-c C-m m}. 1447in on with the command @kbd{C-c C-m m}.
1447 1448
1448 1449
1449@node Concept Index, , Tags-like Functions, Top 1450@node GNU Free Documentation License, Concept Index, Tags-like Functions, Top
1451@appendix GNU Free Documentation License
1452@include doclicense.texi
1453
1454
1455@node Concept Index, , GNU Free Documentation License, Top
1450@unnumbered Concept Index 1456@unnumbered Concept Index
1451@printindex cp 1457@printindex cp
1452 1458
diff --git a/man/ediff.texi b/man/ediff.texi
index 52823cdb8fb..cc61909b0c4 100644
--- a/man/ediff.texi
+++ b/man/ediff.texi
@@ -80,6 +80,7 @@ license to the document, as described in section 6 of the license.
80* Remote and Compressed Files:: You may want to know about this. 80* Remote and Compressed Files:: You may want to know about this.
81* Customization:: How to make Ediff work the way YOU want. 81* Customization:: How to make Ediff work the way YOU want.
82* Credits:: Thanks to those who helped. 82* Credits:: Thanks to those who helped.
83* GNU Free Documentation License:: The license for this documentation.
83* Index:: 84* Index::
84@end menu 85@end menu
85 86
@@ -2411,7 +2412,7 @@ non-@code{nil} only if Ediff uses the multiframe display, i.e., when
2411the control buffer is in its own frame. 2412the control buffer is in its own frame.
2412@end table 2413@end table
2413 2414
2414@node Credits, Index, Customization, Top 2415@node Credits, GNU Free Documentation License, Customization, Top
2415@chapter Credits 2416@chapter Credits
2416 2417
2417Ediff was written by Michael Kifer <kifer@@cs.stonybrook.edu>. It was inspired 2418Ediff was written by Michael Kifer <kifer@@cs.stonybrook.edu>. It was inspired
@@ -2527,7 +2528,12 @@ Ilya Zakharevich (ilya@@math.ohio-state.edu),
2527Eli Zaretskii (eliz@@is.elta.co.il) 2528Eli Zaretskii (eliz@@is.elta.co.il)
2528@end example 2529@end example
2529 2530
2530@node Index, , Credits, Top 2531@node GNU Free Documentation License, Index, Credits, Top
2532@appendix GNU Free Documentation License
2533@include doclicense.texi
2534
2535
2536@node Index, , GNU Free Documentation License, Top
2531@unnumbered Index 2537@unnumbered Index
2532@printindex cp 2538@printindex cp
2533 2539
diff --git a/man/emacs-mime.texi b/man/emacs-mime.texi
index a805b3f581b..56f130b67fb 100644
--- a/man/emacs-mime.texi
+++ b/man/emacs-mime.texi
@@ -75,6 +75,7 @@ read at least RFC2045 and RFC2047.
75* Interface Functions:: An abstraction over the basic functions. 75* Interface Functions:: An abstraction over the basic functions.
76* Basic Functions:: Utility and basic parsing functions. 76* Basic Functions:: Utility and basic parsing functions.
77* Standards:: A summary of RFCs and working documents used. 77* Standards:: A summary of RFCs and working documents used.
78* GNU Free Documentation License:: The license for this documentation.
78* Index:: Function and variable index. 79* Index:: Function and variable index.
79@end menu 80@end menu
80 81
@@ -1805,6 +1806,9 @@ Documentation of the text/plain format parameter for flowed text.
1805 1806
1806@end table 1807@end table
1807 1808
1809@node GNU Free Documentation License
1810@chapter GNU Free Documentation License
1811@include doclicense.texi
1808 1812
1809@node Index 1813@node Index
1810@chapter Index 1814@chapter Index
diff --git a/man/erc.texi b/man/erc.texi
index 3f9f506bef8..f0728a7464d 100644
--- a/man/erc.texi
+++ b/man/erc.texi
@@ -61,6 +61,7 @@ and modified without restriction.
61* Advanced Usage:: Cool ways of using ERC. 61* Advanced Usage:: Cool ways of using ERC.
62* Getting Help and Reporting Bugs:: 62* Getting Help and Reporting Bugs::
63* History:: The history of ERC. 63* History:: The history of ERC.
64* GNU Free Documentation License:: The license for this documentation.
64* Concept Index:: Search for terms. 65* Concept Index:: Search for terms.
65 66
66@detailmenu 67@detailmenu
@@ -939,7 +940,7 @@ questions.
939@end itemize 940@end itemize
940 941
941 942
942@node History, Concept Index, Getting Help and Reporting Bugs, Top 943@node History, GNU Free Documentation License, Getting Help and Reporting Bugs, Top
943@comment node-name, next, previous, up 944@comment node-name, next, previous, up
944@chapter History 945@chapter History
945@cindex history, of ERC 946@cindex history, of ERC
@@ -1001,7 +1002,11 @@ our revision control system. Our mailing list address changed as well.
1001 1002
1002@end itemize 1003@end itemize
1003 1004
1004@node Concept Index, , History, Top 1005@node GNU Free Documentation License, Concept Index, History, Top
1006@appendix GNU Free Documentation License
1007@include doclicense.texi
1008
1009@node Concept Index, , GNU Free Documentation License, Top
1005@comment node-name, next, previous, up 1010@comment node-name, next, previous, up
1006@unnumbered Index 1011@unnumbered Index
1007 1012
diff --git a/man/eshell.texi b/man/eshell.texi
index 47f76a1d69a..3a4b705d2c9 100644
--- a/man/eshell.texi
+++ b/man/eshell.texi
@@ -89,6 +89,7 @@ handling the sort of tasks accomplished by those tools.
89* Extension modules:: 89* Extension modules::
90* Extras and Goodies:: 90* Extras and Goodies::
91* Bugs and ideas:: Known problems, and future ideas. 91* Bugs and ideas:: Known problems, and future ideas.
92* GNU Free Documentation License:: The license for this documentation.
92* Concept Index:: 93* Concept Index::
93* Function and Variable Index:: 94* Function and Variable Index::
94* Key Index:: 95* Key Index::
@@ -922,6 +923,10 @@ Since it keeps the cursor up where the command was invoked.
922 923
923@end table 924@end table
924 925
926@node GNU Free Documentation License
927@appendix GNU Free Documentation License
928@include doclicense.texi
929
925@node Concept Index 930@node Concept Index
926@unnumbered Concept Index 931@unnumbered Concept Index
927 932
diff --git a/man/eudc.texi b/man/eudc.texi
index 08c02131f3e..7a8dbbee524 100644
--- a/man/eudc.texi
+++ b/man/eudc.texi
@@ -70,6 +70,7 @@ LDAP or the CCSO white pages directory system (PH/QI)
70* Installation:: How to install EUDC 70* Installation:: How to install EUDC
71* Usage:: The various usage possibilities explained 71* Usage:: The various usage possibilities explained
72* Credits:: Who's done what 72* Credits:: Who's done what
73* GNU Free Documentation License:: The license for this documentation.
73* Command and Function Index:: 74* Command and Function Index::
74* Variables Index:: 75* Variables Index::
75@end menu 76@end menu
@@ -949,7 +950,7 @@ Update all EUDC variables according to their local settings.
949 950
950 951
951 952
952@node Credits, Command and Function Index, Usage, Top 953@node Credits, GNU Free Documentation License, Usage, Top
953@comment node-name, next, previous, up 954@comment node-name, next, previous, up
954@chapter Credits 955@chapter Credits
955 956
@@ -959,7 +960,11 @@ same author.
959Thanks to Soren Dayton for his suggestions, his enthusiasm and his help 960Thanks to Soren Dayton for his suggestions, his enthusiasm and his help
960in testing and proofreading the code and docs of @file{ph.el}. 961in testing and proofreading the code and docs of @file{ph.el}.
961 962
962@node Command and Function Index, Variables Index, Credits, Top 963@node GNU Free Documentation License, Command and Function Index, Credits, Top
964@appendix GNU Free Documentation License
965@include doclicense.texi
966
967@node Command and Function Index, Variables Index, GNU Free Documentation License, Top
963@comment node-name, next, previous, up 968@comment node-name, next, previous, up
964@unnumbered Command and Function Index 969@unnumbered Command and Function Index
965 970
diff --git a/man/flymake.texi b/man/flymake.texi
index 4d6b8303f4a..620eab922fb 100644
--- a/man/flymake.texi
+++ b/man/flymake.texi
@@ -59,6 +59,7 @@ license to the document, as described in section 6 of the license.
59* Using Flymake:: 59* Using Flymake::
60* Configuring Flymake:: 60* Configuring Flymake::
61* Flymake Implementation:: 61* Flymake Implementation::
62* GNU Free Documentation License::
62* Index:: 63* Index::
63@end menu 64@end menu
64 65
@@ -744,6 +745,10 @@ Flymake also provides an alternative command for starting compilation,
744It just kills all the active syntax check processes before calling 745It just kills all the active syntax check processes before calling
745@code{compile}. 746@code{compile}.
746 747
748@node GNU Free Documentation License
749@appendix GNU Free Documentation License
750@include doclicense.texi
751
747@node Index 752@node Index
748@unnumbered Index 753@unnumbered Index
749 754
diff --git a/man/forms.texi b/man/forms.texi
index 46210dc8e41..a52b9d0b8f1 100644
--- a/man/forms.texi
+++ b/man/forms.texi
@@ -91,6 +91,7 @@ how to present it.
91* Miscellaneous:: Forms mode messages and other remarks. 91* Miscellaneous:: Forms mode messages and other remarks.
92* Error Messages:: List of error messages forms mode can produce. 92* Error Messages:: List of error messages forms mode can produce.
93* Long Example:: A more complex control file example. 93* Long Example:: A more complex control file example.
94* GNU Free Documentation License:: The license for this documentation.
94* Credits:: Thanks everyone. 95* Credits:: Thanks everyone.
95* Index:: Index to this manual. 96* Index:: Index to this manual.
96@end menu 97@end menu
@@ -968,6 +969,10 @@ mode'' by Paul Davis at Schlumberger Cambridge Research
968None of this would have been possible without GNU Emacs of the Free 969None of this would have been possible without GNU Emacs of the Free
969Software Foundation. Thanks, Richard! 970Software Foundation. Thanks, Richard!
970 971
972@node GNU Free Documentation License
973@appendix GNU Free Documentation License
974@include doclicense.texi
975
971@node Index 976@node Index
972@unnumbered Index 977@unnumbered Index
973@printindex cp 978@printindex cp
diff --git a/man/gnus.texi b/man/gnus.texi
index 7e5ab5a5342..48ecd630265 100644
--- a/man/gnus.texi
+++ b/man/gnus.texi
@@ -402,6 +402,7 @@ the program.
402* Various:: General purpose settings. 402* Various:: General purpose settings.
403* The End:: Farewell and goodbye. 403* The End:: Farewell and goodbye.
404* Appendices:: Terminology, Emacs intro, @acronym{FAQ}, History, Internals. 404* Appendices:: Terminology, Emacs intro, @acronym{FAQ}, History, Internals.
405* GNU Free Documentation License:: The license for this documentation.
405* Index:: Variable, function and concept index. 406* Index:: Variable, function and concept index.
406* Key Index:: Key Index. 407* Key Index:: Key Index.
407 408
@@ -29028,6 +29029,10 @@ former). The manual is unambiguous, but it can be confusing.
29028@page 29029@page
29029@include gnus-faq.texi 29030@include gnus-faq.texi
29030 29031
29032@node GNU Free Documentation License
29033@chapter GNU Free Documentation License
29034@include doclicense.texi
29035
29031@node Index 29036@node Index
29032@chapter Index 29037@chapter Index
29033@printindex cp 29038@printindex cp
diff --git a/man/idlwave.texi b/man/idlwave.texi
index 49ee0b7a110..94f59249892 100644
--- a/man/idlwave.texi
+++ b/man/idlwave.texi
@@ -106,6 +106,7 @@ Interactive Data Language (IDL), and running IDL as an inferior shell.
106* Configuration Examples:: The user is king 106* Configuration Examples:: The user is king
107* Windows and MacOS:: What still works, and how 107* Windows and MacOS:: What still works, and how
108* Troubleshooting:: When good computers turn bad 108* Troubleshooting:: When good computers turn bad
109* GNU Free Documentation License:: The license for this documentation.
109* Index:: Fast access 110* Index:: Fast access
110 111
111@detailmenu 112@detailmenu
@@ -4096,7 +4097,7 @@ help can skip the browser and use the HTMLHelp functionality directly.
4096@html 4097@html
4097<A NAME="TROUBLE"></A> 4098<A NAME="TROUBLE"></A>
4098@end html 4099@end html
4099@node Troubleshooting, Index, Windows and MacOS, Top 4100@node Troubleshooting, GNU Free Documentation License, Windows and MacOS, Top
4100@appendix Troubleshooting 4101@appendix Troubleshooting
4101@cindex Troubleshooting 4102@cindex Troubleshooting
4102 4103
@@ -4302,7 +4303,11 @@ IDLWAVE is @samp{fsf-compat, xemacs-base, mail-lib}.
4302 4303
4303@end enumerate 4304@end enumerate
4304 4305
4305@node Index, , Troubleshooting, Top 4306@node GNU Free Documentation License, Index, Troubleshooting, Top
4307@appendix GNU Free Documentation License
4308@include doclicense.texi
4309
4310@node Index, , GNU Free Documentation License, Top
4306@unnumbered Index 4311@unnumbered Index
4307@printindex cp 4312@printindex cp
4308 4313
diff --git a/man/message.texi b/man/message.texi
index ccf44f2bade..c843d8c58d9 100644
--- a/man/message.texi
+++ b/man/message.texi
@@ -63,6 +63,7 @@ Message mode buffers.
63* Variables:: Customizing the message buffers. 63* Variables:: Customizing the message buffers.
64* Compatibility:: Making Message backwards compatible. 64* Compatibility:: Making Message backwards compatible.
65* Appendices:: More technical things. 65* Appendices:: More technical things.
66* GNU Free Documentation License:: The license for this documentation.
66* Index:: Variable, function and concept index. 67* Index:: Variable, function and concept index.
67* Key Index:: List of Message mode keys. 68* Key Index:: List of Message mode keys.
68@end menu 69@end menu
@@ -2338,6 +2339,9 @@ basis of the new @code{Cc} header, except if this header is
2338@end table 2339@end table
2339 2340
2340 2341
2342@node GNU Free Documentation License
2343@chapter GNU Free Documentation License
2344@include doclicense.texi
2341 2345
2342@node Index 2346@node Index
2343@chapter Index 2347@chapter Index
diff --git a/man/newsticker.texi b/man/newsticker.texi
index 95934792a02..ee32347e582 100644
--- a/man/newsticker.texi
+++ b/man/newsticker.texi
@@ -64,6 +64,7 @@ license to the document, as described in section 6 of the license.
64* Usage:: Basic newsticker instructions. 64* Usage:: Basic newsticker instructions.
65* Configuration:: Customizable newsticker settings. 65* Configuration:: Customizable newsticker settings.
66* Remarks:: Remarks about newsticker. 66* Remarks:: Remarks about newsticker.
67* GNU Free Documentation License:: The license for this documentation.
67* Index:: Variable, function, and concept index. 68* Index:: Variable, function, and concept index.
68@end menu 69@end menu
69 70
@@ -270,7 +271,9 @@ every once in a while.
270 271
271Byte-compiling newsticker.el is recommended. 272Byte-compiling newsticker.el is recommended.
272 273
273 274@node GNU Free Documentation License
275@appendix GNU Free Documentation License
276@include doclicense.texi
274 277
275@node Index 278@node Index
276@unnumbered Index 279@unnumbered Index
diff --git a/man/org.texi b/man/org.texi
index 6d8494d431e..aacc2929d13 100644
--- a/man/org.texi
+++ b/man/org.texi
@@ -89,6 +89,7 @@ Software Foundation raise funds for GNU development.''
89* Miscellaneous:: All the rest which did not fit elsewhere 89* Miscellaneous:: All the rest which did not fit elsewhere
90* Extensions and Hacking:: It is possible to write add-on code 90* Extensions and Hacking:: It is possible to write add-on code
91* History and Acknowledgments:: How Org-mode came into being 91* History and Acknowledgments:: How Org-mode came into being
92* GNU Free Documentation License:: The license for this documentation.
92* Index:: The fast road to specific information 93* Index:: The fast road to specific information
93* Key Index:: Key bindings and where they are described 94* Key Index:: Key bindings and where they are described
94 95
@@ -6416,7 +6417,7 @@ MATCH is being ignored."
6416@end lisp 6417@end lisp
6417 6418
6418 6419
6419@node History and Acknowledgments, Index, Extensions and Hacking, Top 6420@node History and Acknowledgments, GNU Free Documentation License, Extensions and Hacking, Top
6420@appendix History and Acknowledgments 6421@appendix History and Acknowledgments
6421@cindex acknowledgments 6422@cindex acknowledgments
6422@cindex history 6423@cindex history
@@ -6567,8 +6568,12 @@ work on a tty.
6567and contributed various ideas and code snippets. 6568and contributed various ideas and code snippets.
6568@end itemize 6569@end itemize
6569 6570
6571@node GNU Free Documentation License, Index, History and Acknowledgments, Top
6572@appendix GNU Free Documentation License
6573@include doclicense.texi
6570 6574
6571@node Index, Key Index, History and Acknowledgments, Top 6575
6576@node Index, Key Index, GNU Free Documentation License, Top
6572@unnumbered Index 6577@unnumbered Index
6573 6578
6574@printindex cp 6579@printindex cp
diff --git a/man/pcl-cvs.texi b/man/pcl-cvs.texi
index e2030c5f758..93bd54eb456 100644
--- a/man/pcl-cvs.texi
+++ b/man/pcl-cvs.texi
@@ -91,6 +91,7 @@ of the various commands and major modes for further information.
91* Customization:: How you can tailor PCL-CVS to suit your needs. 91* Customization:: How you can tailor PCL-CVS to suit your needs.
92* Bugs:: Bugs (known and unknown). 92* Bugs:: Bugs (known and unknown).
93 93
94* GNU Free Documentation License:: The license for this documentation.
94* Function and Variable Index:: List of functions and variables. 95* Function and Variable Index:: List of functions and variables.
95* Concept Index:: List of concepts. 96* Concept Index:: List of concepts.
96* Key Index:: List of keystrokes. 97* Key Index:: List of keystrokes.
@@ -1363,7 +1364,7 @@ Used to highlight CVS messages.
1363@end table 1364@end table
1364 1365
1365 1366
1366@node Bugs, Function and Variable Index, Customization, Top 1367@node Bugs, GNU Free Documentation License, Customization, Top
1367@chapter Bugs (known and unknown) 1368@chapter Bugs (known and unknown)
1368@cindex Reporting bugs and ideas 1369@cindex Reporting bugs and ideas
1369@cindex Bugs, how to report them 1370@cindex Bugs, how to report them
@@ -1403,7 +1404,13 @@ output of the CVS process (which should be found in the @samp{ *cvs-tmp*}
1403buffer), and the versions of Emacs, PCL-CVS and CVS you are using. 1404buffer), and the versions of Emacs, PCL-CVS and CVS you are using.
1404@end table 1405@end table
1405 1406
1406@node Function and Variable Index, Concept Index, Bugs, Top 1407@node GNU Free Documentation License, Function and Variable Index, Bugs, Top
1408@appendix GNU Free Documentation License
1409@include doclicense.texi
1410
1411
1412
1413@node Function and Variable Index, Concept Index, GNU Free Documentation License, Top
1407@unnumbered Function and Variable Index 1414@unnumbered Function and Variable Index
1408 1415
1409This is an index of all the functions and variables documented in this 1416This is an index of all the functions and variables documented in this
diff --git a/man/pgg.texi b/man/pgg.texi
index 263169374d4..6a175db4cb9 100644
--- a/man/pgg.texi
+++ b/man/pgg.texi
@@ -52,6 +52,7 @@ user interface to encrypt, decrypt, sign, and verify MIME messages.
52* How to use:: Getting started quickly. 52* How to use:: Getting started quickly.
53* Architecture:: 53* Architecture::
54* Parsing OpenPGP packets:: 54* Parsing OpenPGP packets::
55* GNU Free Documentation License:: The license for this documentation.
55* Function Index:: 56* Function Index::
56* Variable Index:: 57* Variable Index::
57@end menu 58@end menu
@@ -474,12 +475,16 @@ and @var{end}.
474If non-@code{nil}, don't check the checksum of the packets. 475If non-@code{nil}, don't check the checksum of the packets.
475@end defvar 476@end defvar
476 477
478@node GNU Free Documentation License
479@appendix GNU Free Documentation License
480@include doclicense.texi
481
477@node Function Index 482@node Function Index
478@chapter Function Index 483@unnumbered Function Index
479@printindex fn 484@printindex fn
480 485
481@node Variable Index 486@node Variable Index
482@chapter Variable Index 487@unnumbered Variable Index
483@printindex vr 488@printindex vr
484 489
485@summarycontents 490@summarycontents
diff --git a/man/rcirc.texi b/man/rcirc.texi
index 7b2d6b1c945..6d5319cef4e 100644
--- a/man/rcirc.texi
+++ b/man/rcirc.texi
@@ -55,6 +55,7 @@ just one other user.
55* Basics:: 55* Basics::
56* Reference:: 56* Reference::
57* Hacking and Tweaking:: 57* Hacking and Tweaking::
58* GNU Free Documentation License::
58* Key Index:: 59* Key Index::
59* Variable Index:: 60* Variable Index::
60* Index:: 61* Index::
@@ -589,7 +590,7 @@ activation of this mode:
589 (rcirc-track-minor-mode 1))) 590 (rcirc-track-minor-mode 1)))
590@end example 591@end example
591 592
592@node Hacking and Tweaking, Key Index, Reference, Top 593@node Hacking and Tweaking, GNU Free Documentation License, Reference, Top
593@chapter Hacking and Tweaking 594@chapter Hacking and Tweaking
594@cindex hacking and tweaking 595@cindex hacking and tweaking
595 596
@@ -743,7 +744,12 @@ The real answer, therefore, is a @code{/reconnect} command:
743 channels)))) 744 channels))))
744@end smallexample 745@end smallexample
745 746
746@node Key Index, Variable Index, Hacking and Tweaking, Top 747@node GNU Free Documentation License, Key Index, Hacking and Tweaking, Top
748@appendix GNU Free Documentation License
749@include doclicense.texi
750
751
752@node Key Index, Variable Index, GNU Free Documentation License, Top
747@unnumbered Key Index 753@unnumbered Key Index
748@printindex ky 754@printindex ky
749 755
diff --git a/man/reftex.texi b/man/reftex.texi
index 10943c9d65e..a2c0a9689b2 100644
--- a/man/reftex.texi
+++ b/man/reftex.texi
@@ -116,6 +116,7 @@ needed.
116* Options:: How to extend and configure RefTeX. 116* Options:: How to extend and configure RefTeX.
117* Keymaps and Hooks:: For customization. 117* Keymaps and Hooks:: For customization.
118* Changes:: A List of recent changes to RefTeX. 118* Changes:: A List of recent changes to RefTeX.
119* GNU Free Documentation License:: The license for this documentation.
119 120
120The Index 121The Index
121 122
@@ -5149,7 +5150,7 @@ their own keymaps and mode hooks. See the respective sections. There
5149are many more hooks which are described in the relevant sections about 5150are many more hooks which are described in the relevant sections about
5150options for a specific part of @b{Ref@TeX{}}. 5151options for a specific part of @b{Ref@TeX{}}.
5151 5152
5152@node Changes, , Keymaps and Hooks, Top 5153@node Changes, GNU Free Documentation License, Keymaps and Hooks, Top
5153@chapter Changes 5154@chapter Changes
5154@cindex Changes 5155@cindex Changes
5155 5156
@@ -5880,11 +5881,11 @@ new labels.
5880released on 7 Jan 1997. 5881released on 7 Jan 1997.
5881@end itemize 5882@end itemize
5882 5883
5884@node GNU Free Documentation License, Index, Changes, Top
5885@appendix GNU Free Documentation License
5886@include doclicense.texi
5883 5887
5884 5888@node Index, , GNU Free Documentation License, Top
5885
5886
5887@node Index, , , Top
5888@unnumbered Index 5889@unnumbered Index
5889@printindex cp 5890@printindex cp
5890 5891
diff --git a/man/sc.texi b/man/sc.texi
index d3f7264f4cc..7563ce9b48b 100644
--- a/man/sc.texi
+++ b/man/sc.texi
@@ -86,6 +86,7 @@ subsystems. The manual is divided into the following chapters.
86* Thanks and History:: 86* Thanks and History::
87* The Supercite Mailing List:: 87* The Supercite Mailing List::
88 88
89* GNU Free Documentation License::
89* Concept Index:: 90* Concept Index::
90* Command Index:: 91* Command Index::
91* Key Index:: 92* Key Index::
@@ -2444,7 +2445,7 @@ for adding the magic lisp to their code to support this.
2444 2445
2445All who have helped and contributed have been greatly appreciated. 2446All who have helped and contributed have been greatly appreciated.
2446 2447
2447@node The Supercite Mailing List, Concept Index, Thanks and History, Top 2448@node The Supercite Mailing List, GNU Free Documentation License, Thanks and History, Top
2448@comment node-name, next, previous, up 2449@comment node-name, next, previous, up
2449@cindex supercite mailing list address 2450@cindex supercite mailing list address
2450@cindex mailing list address 2451@cindex mailing list address
@@ -2481,7 +2482,11 @@ will set up a mail buffer automatically with this address on the
2481supercite-help@@python.org 2482supercite-help@@python.org
2482@end example 2483@end example
2483 2484
2484@node Concept Index, Command Index, The Supercite Mailing List, Top 2485@node GNU Free Documentation License, Concept Index, The Supercite Mailing List, Top
2486@appendix GNU Free Documentation License
2487@include doclicense.texi
2488
2489@node Concept Index, Command Index, GNU Free Documentation License, Top
2485@comment node-name, next, previous, up 2490@comment node-name, next, previous, up
2486@unnumbered Concept Index 2491@unnumbered Concept Index
2487@printindex cp 2492@printindex cp
diff --git a/man/ses.texi b/man/ses.texi
index ff4b47f2ee4..089e13a9cc0 100644
--- a/man/ses.texi
+++ b/man/ses.texi
@@ -77,6 +77,7 @@ To report bugs, send email to @email{jyavner@@member.fsf.org}.
77* For Gurus:: Want to know @emph{even more}? 77* For Gurus:: Want to know @emph{even more}?
78* Index:: Concept, Function and Variable Index 78* Index:: Concept, Function and Variable Index
79* Acknowledgements:: Acknowledgements 79* Acknowledgements:: Acknowledgements
80* GNU Free Documentation License:: The license for this documentation.
80@end menu 81@end menu
81 82
82@c =================================================================== 83@c ===================================================================
@@ -929,7 +930,7 @@ cell.
929 930
930@c =================================================================== 931@c ===================================================================
931 932
932@node Acknowledgements, , Index, Top 933@node Acknowledgements, GNU Free Documentation License, Index, Top
933@chapter Acknowledgements 934@chapter Acknowledgements
934 935
935Coding by: 936Coding by:
@@ -970,6 +971,10 @@ Jean-Philippe Theberge @email{jphil@@acs.pagesjaunes.fr}
970 971
971@c =================================================================== 972@c ===================================================================
972 973
974@node GNU Free Documentation License, , Acknowledgements, Top
975@appendix GNU Free Documentation License
976@include doclicense.texi
977
973@bye 978@bye
974 979
975@ignore 980@ignore
diff --git a/man/sieve.texi b/man/sieve.texi
index 5e11adcaac2..1030babd593 100644
--- a/man/sieve.texi
+++ b/man/sieve.texi
@@ -73,6 +73,7 @@ A good online Sieve resources is @uref{http://www.cyrusoft.com/sieve/}.
73* Examples :: A few Sieve code snippets. 73* Examples :: A few Sieve code snippets.
74* Manage Sieve API :: Interfacing to the Manage Sieve Protocol API. 74* Manage Sieve API :: Interfacing to the Manage Sieve Protocol API.
75* Standards:: A summary of RFCs and working documents used. 75* Standards:: A summary of RFCs and working documents used.
76* GNU Free Documentation License:: The license for this documentation.
76* Index:: Function and variable index. 77* Index:: Function and variable index.
77@end menu 78@end menu
78 79
@@ -349,9 +350,12 @@ A Protocol for Remotely Managing Sieve Scripts
349 350
350@end table 351@end table
351 352
353@node GNU Free Documentation License
354@appendix GNU Free Documentation License
355@include doclicense.texi
352 356
353@node Index 357@node Index
354@chapter Index 358@unnumbered Index
355@printindex cp 359@printindex cp
356 360
357@summarycontents 361@summarycontents
diff --git a/man/smtpmail.texi b/man/smtpmail.texi
index 860e06de0e1..644cd061b74 100644
--- a/man/smtpmail.texi
+++ b/man/smtpmail.texi
@@ -55,6 +55,7 @@ license to the document, as described in section 6 of the license.
55* Queued delivery:: Sending mail without an internet connection. 55* Queued delivery:: Sending mail without an internet connection.
56* Server workarounds:: Mail servers with special requirements. 56* Server workarounds:: Mail servers with special requirements.
57* Debugging:: Tracking down problems. 57* Debugging:: Tracking down problems.
58* GNU Free Documentation License:: The license for this documentation.
58 59
59Indices 60Indices
60 61
@@ -403,6 +404,10 @@ cannot accept mail.
403 404
404@end table 405@end table
405 406
407@node GNU Free Documentation License
408@chapter GNU Free Documentation License
409@include doclicense.texi
410
406@node Index 411@node Index
407@chapter Index 412@chapter Index
408 413
diff --git a/man/speedbar.texi b/man/speedbar.texi
index 42f9f3dcc48..2a05993f569 100644
--- a/man/speedbar.texi
+++ b/man/speedbar.texi
@@ -82,6 +82,7 @@ on. @xref{Basic Navigation}.
82* Minor Modes:: Additional minor modes such as Info and RMAIL. 82* Minor Modes:: Additional minor modes such as Info and RMAIL.
83* Customizing:: Changing speedbar behavior. 83* Customizing:: Changing speedbar behavior.
84* Extending:: Extend speedbar for your own project. 84* Extending:: Extend speedbar for your own project.
85* GNU Free Documentation License:: The license for this documentation.
85* Index:: 86* Index::
86@end menu 87@end menu
87 88
@@ -885,7 +886,7 @@ Set this to implement your own scanning or rescan safe functions with
885state data. 886state data.
886@end table 887@end table
887 888
888@node Extending, Index, Customizing, Top 889@node Extending, GNU Free Documentation License, Customizing, Top
889@comment node-name, next, previous, up 890@comment node-name, next, previous, up
890@chapter Extending 891@chapter Extending
891@cindex extending 892@cindex extending
@@ -1241,7 +1242,12 @@ Two good values are @code{nil} and @code{statictag}.
1241 1242
1242@end defun 1243@end defun
1243 1244
1244@node Index, , Extending, Top 1245@node GNU Free Documentation License, Index, Extending, Top
1246@appendix GNU Free Documentation License
1247@include doclicense.texi
1248
1249
1250@node Index, , GNU Free Documentation License, Top
1245@comment node-name, next, previous, up 1251@comment node-name, next, previous, up
1246@unnumbered Concept Index 1252@unnumbered Concept Index
1247@printindex cp 1253@printindex cp
diff --git a/man/tramp.texi b/man/tramp.texi
index 9597344ee0c..7acef2663e4 100644
--- a/man/tramp.texi
+++ b/man/tramp.texi
@@ -159,6 +159,8 @@ For the developer:
159* Files directories and localnames:: How file names, directories and localnames are mangled and managed. 159* Files directories and localnames:: How file names, directories and localnames are mangled and managed.
160* Issues:: Debatable Issues and What Was Decided. 160* Issues:: Debatable Issues and What Was Decided.
161 161
162* GNU Free Documentation License:: The license for this documentation.
163
162@detailmenu 164@detailmenu
163 --- The Detailed Node Listing --- 165 --- The Detailed Node Listing ---
164@c 166@c
@@ -2406,6 +2408,10 @@ for @value{emacsothername}.
2406@end ifset 2408@end ifset
2407@end itemize 2409@end itemize
2408 2410
2411@node GNU Free Documentation License
2412@appendix GNU Free Documentation License
2413@include doclicense.texi
2414
2409@node Concept Index 2415@node Concept Index
2410@comment node-name, next, previous, up 2416@comment node-name, next, previous, up
2411@unnumbered Concept Index 2417@unnumbered Concept Index
diff --git a/man/url.texi b/man/url.texi
index aeabc435bfd..0fc6b08acdc 100644
--- a/man/url.texi
+++ b/man/url.texi
@@ -74,6 +74,7 @@ License.''
74* General Facilities:: URLs can be cached, accessed via a gateway 74* General Facilities:: URLs can be cached, accessed via a gateway
75 and tracked in a history list. 75 and tracked in a history list.
76* Customization:: Variables you can alter. 76* Customization:: Variables you can alter.
77* GNU Free Documentation License:: The license for this documentation.
77* Function Index:: 78* Function Index::
78* Variable Index:: 79* Variable Index::
79* Concept Index:: 80* Concept Index::
@@ -1176,6 +1177,10 @@ Connect directly.
1176@end table 1177@end table
1177@end defopt 1178@end defopt
1178 1179
1180@node GNU Free Documentation License
1181@appendix GNU Free Documentation License
1182@include doclicense.texi
1183
1179@node Function Index 1184@node Function Index
1180@unnumbered Command and Function Index 1185@unnumbered Command and Function Index
1181@printindex fn 1186@printindex fn
diff --git a/man/vip.texi b/man/vip.texi
index 11c21cbdf6e..a3f4a447f82 100644
--- a/man/vip.texi
+++ b/man/vip.texi
@@ -73,6 +73,8 @@ Comments and bug reports are welcome. Please send messages to
73* Vi Commands:: Details of Vi commands. 73* Vi Commands:: Details of Vi commands.
74* Ex Commands:: Details of Ex commands. 74* Ex Commands:: Details of Ex commands.
75* Customization:: How to customize VIP. 75* Customization:: How to customize VIP.
76* GNU Free Documentation License:: The license for this documentation.
77
76@end menu 78@end menu
77@iftex 79@iftex
78@unnumbered Introduction 80@unnumbered Introduction
@@ -1935,6 +1937,11 @@ file.
1935(define-key vip-command-mode-map "X" 'vip-delete-backward-char) 1937(define-key vip-command-mode-map "X" 'vip-delete-backward-char)
1936@end example 1938@end example
1937 1939
1940@node GNU Free Documentation License,,, Top
1941@appendix GNU Free Documentation License
1942@include doclicense.texi
1943
1944
1938@unnumbered Key Index 1945@unnumbered Key Index
1939 1946
1940@printindex ky 1947@printindex ky
diff --git a/man/viper.texi b/man/viper.texi
index af78bd99e47..94c66bcfb6e 100644
--- a/man/viper.texi
+++ b/man/viper.texi
@@ -114,6 +114,8 @@ Please use the Ex command @kbd{:submitReport} for this purpose.@refill
114* Concept Index:: Vi, Ex and Emacs concepts 114* Concept Index:: Vi, Ex and Emacs concepts
115 115
116* Acknowledgments:: 116* Acknowledgments::
117* GNU Free Documentation License:: The license for this documentation.
118
117@end menu 119@end menu
118@iftex 120@iftex
119@unnumbered Introduction 121@unnumbered Introduction
@@ -4534,6 +4536,9 @@ whicken@@dragon.parasoft.com (Wendell Hicken),
4534zapman@@cc.gatech.edu (Jason Zapman II), 4536zapman@@cc.gatech.edu (Jason Zapman II),
4535@end example 4537@end example
4536 4538
4539@node GNU Free Documentation License,,, Top
4540@appendix GNU Free Documentation License
4541@include doclicense.texi
4537 4542
4538@node Key Index,Function Index,,Top 4543@node Key Index,Function Index,,Top
4539@comment node-name, next, previous, up 4544@comment node-name, next, previous, up
diff --git a/man/widget.texi b/man/widget.texi
index 72157289524..0cf77ee4600 100644
--- a/man/widget.texi
+++ b/man/widget.texi
@@ -57,6 +57,7 @@ Software Foundation raise funds for GNU development.''
57* Widget Minor Mode:: 57* Widget Minor Mode::
58* Utilities:: 58* Utilities::
59* Widget Wishlist:: 59* Widget Wishlist::
60* GNU Free Documentation License::
60* Index:: 61* Index::
61@end menu 62@end menu
62 63
@@ -1774,7 +1775,7 @@ Get the item which @var{widget} is assumed to toggle.
1774This is only meaningful for radio buttons or checkboxes in a list. 1775This is only meaningful for radio buttons or checkboxes in a list.
1775@end defun 1776@end defun
1776 1777
1777@node Widget Wishlist, Index, Utilities, Top 1778@node Widget Wishlist, GNU Free Documentation License, Utilities, Top
1778@comment node-name, next, previous, up 1779@comment node-name, next, previous, up
1779@section Wishlist 1780@section Wishlist
1780@cindex todo 1781@cindex todo
@@ -1833,7 +1834,11 @@ See @code{TeX-printer-list} for an explanation.
1833Add a @code{mailto} widget. 1834Add a @code{mailto} widget.
1834@end itemize 1835@end itemize
1835 1836
1836@node Index, , Widget Wishlist, Top 1837@node GNU Free Documentation License, Index, Widget Wishlist, Top
1838@appendix GNU Free Documentation License
1839@include doclicense.texi
1840
1841@node Index, , GNU Free Documentation License, Top
1837@comment node-name, next, previous, up 1842@comment node-name, next, previous, up
1838@unnumbered Index 1843@unnumbered Index
1839 1844
diff --git a/man/woman.texi b/man/woman.texi
index 575c90309ae..868bb510f50 100644
--- a/man/woman.texi
+++ b/man/woman.texi
@@ -99,6 +99,7 @@ Mile End Road, London E1 4NS, UK
99* Technical:: Technical Details 99* Technical:: Technical Details
100* Bugs:: Reporting Bugs 100* Bugs:: Reporting Bugs
101* Acknowledgements:: Acknowledgements 101* Acknowledgements:: Acknowledgements
102* GNU Free Documentation License:: The license for this documentation.
102* Command Index:: Command Index 103* Command Index:: Command Index
103* Variable Index:: Variable Index 104* Variable Index:: Variable Index
104* Keystroke Index:: Keystroke Index 105* Keystroke Index:: Keystroke Index
@@ -1334,7 +1335,7 @@ man source file from, but do not send it unless asked to send it.
1334 1335
1335@c =================================================================== 1336@c ===================================================================
1336 1337
1337@node Acknowledgements, Command Index, Bugs, Top 1338@node Acknowledgements, GNU Free Documentation License, Bugs, Top
1338@comment node-name, next, previous, up 1339@comment node-name, next, previous, up
1339@chapter Acknowledgements 1340@chapter Acknowledgements
1340@cindex acknowledgements 1341@cindex acknowledgements
@@ -1390,7 +1391,12 @@ Eli Zaretskii, @email{eliz@@is.elta.co.il}
1390@comment END OF MANUAL TEXT 1391@comment END OF MANUAL TEXT
1391@page 1392@page
1392 1393
1393@node Command Index, Variable Index, Acknowledgements, Top 1394
1395@node GNU Free Documentation License, Command Index, Acknowledgements, Top
1396@appendix GNU Free Documentation License
1397@include doclicense.texi
1398
1399@node Command Index, Variable Index, GNU Free Documentation License, Top
1394@comment node-name, next, previous, up 1400@comment node-name, next, previous, up
1395@unnumbered Command Index 1401@unnumbered Command Index
1396 1402