summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner LEMBERG <wl@gnu.org>2000-08-17 11:14:01 +0000
committerWerner LEMBERG <wl@gnu.org>2000-08-17 11:14:01 +0000
commite23a63a5369650b3072742af6cff85a3335c8bbc (patch)
tree2f597e0d58273d4509d7e8bb248070c07f7e2e04
parent9d245da59e738ffb9e13b801b4d01d5635c07ea7 (diff)
* .cvsignore: New file.
-rw-r--r--lispref/.gitignore48
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/anti.texi2
-rw-r--r--lispref/customize.texi2
-rw-r--r--lispref/doclicense.texi2
-rw-r--r--lispref/elisp.texi2
-rw-r--r--lispref/gpl.texi2
-rw-r--r--lispref/tips.texi2
8 files changed, 58 insertions, 6 deletions
diff --git a/lispref/.gitignore b/lispref/.gitignore
new file mode 100644
index 0000000000..b8cd580b89
--- /dev/null
+++ b/lispref/.gitignore
@@ -0,0 +1,48 @@
+elisp
+elisp-1
+elisp-2
+elisp-3
+elisp-4
+elisp-5
+elisp-6
+elisp-7
+elisp-8
+elisp-9
+elisp-10
+elisp-11
+elisp-12
+elisp-13
+elisp-14
+elisp-15
+elisp-16
+elisp-17
+elisp-18
+elisp-19
+elisp-20
+elisp-21
+elisp-22
+elisp-23
+elisp-24
+elisp-25
+elisp-26
+elisp-27
+elisp-28
+elisp-29
+elisp-30
+elisp-31
+elisp-32
+elisp-33
+elisp-34
+elisp-35
+elisp-36
+elisp-37
+elisp-38
+elisp-39
+elisp-40
+elisp-41
+elisp-42
+elisp-43
+elisp-44
+elisp-45
+elisp-46
+elisp-47
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 44dcbe5ffb..15daf963e5 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
+2000-08-17 Werner LEMBERG <wl@gnu.org>
+
+ * .cvsignore: New file.
+
2000-01-05 Gerd Moellmann <gerd@gnu.org>
* tindex.pl: New script.
diff --git a/lispref/anti.texi b/lispref/anti.texi
index c4521b6a96..e54363ee31 100644
--- a/lispref/anti.texi
+++ b/lispref/anti.texi
@@ -5,7 +5,7 @@
@c This node must have no pointers.
-@c @node Antinews, GNU Free Documentation License, System Interface, Top
+@node Antinews, GNU Free Documentation License, System Interface, Top
@appendix Emacs 20 Antinews
For those users who live backwards in time, here is information about
diff --git a/lispref/customize.texi b/lispref/customize.texi
index d649b836ea..5b2539bafb 100644
--- a/lispref/customize.texi
+++ b/lispref/customize.texi
@@ -874,7 +874,7 @@ When you move to this item with @code{widget-forward} or
the echo area. In addition, @var{motion-doc} is used as the mouse
@code{help-echo} string and may actually be a function or form evaluated
to yield a help string as for @code{help-echo} text properties.
-@xref{Text help-echo}.
+@c @xref{Text help-echo}.
@item :match @var{function}
Specify how to decide whether a value matches the type. The
diff --git a/lispref/doclicense.texi b/lispref/doclicense.texi
index 8f0b945560..de1bd20af2 100644
--- a/lispref/doclicense.texi
+++ b/lispref/doclicense.texi
@@ -1,5 +1,5 @@
@c -*-texinfo-*-
-@node GNU Free Documentation Licence, Copying, Antinews, Top
+@node GNU Free Documentation License, GPL, Antinews, Top
@appendix GNU Free Documentation License
@center Version 1.1, March 2000
diff --git a/lispref/elisp.texi b/lispref/elisp.texi
index ef3cebab6f..c3cc7a5e32 100644
--- a/lispref/elisp.texi
+++ b/lispref/elisp.texi
@@ -156,7 +156,7 @@ 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
+* GNU Free Documentation License:: The license for this documentation
* GPL:: Conditions for copying and changing GNU Emacs.
* Tips:: Advice and coding conventions for Emacs Lisp.
* GNU Emacs Internals:: Building and dumping Emacs;
diff --git a/lispref/gpl.texi b/lispref/gpl.texi
index 0217d3532e..d348744468 100644
--- a/lispref/gpl.texi
+++ b/lispref/gpl.texi
@@ -1,7 +1,7 @@
@c -*-texinfo-*-
@setfilename ../info/gpl
-@node GPL, , Top, Top
+@node GPL, Tips, GNU Free Documentation License, Top
@comment node-name, next, previous, up
@appendix GNU General Public License
@center Version 2, June 1991
diff --git a/lispref/tips.texi b/lispref/tips.texi
index 8854bb8061..3f42800951 100644
--- a/lispref/tips.texi
+++ b/lispref/tips.texi
@@ -4,7 +4,7 @@
@c Free Software Foundation, Inc.
@c See the file elisp.texi for copying conditions.
@setfilename ../info/tips
-@node Tips, GNU Emacs Internals, Copying, Top
+@node Tips, GNU Emacs Internals, GPL, Top
@appendix Tips and Conventions
@cindex tips
@cindex standards of coding style