summaryrefslogtreecommitdiff
path: root/lispref/tips.texi
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>1999-10-27 09:26:40 +0000
committerGerd Moellmann <gerd@gnu.org>1999-10-27 09:26:40 +0000
commit513331d3298cfc76f75996effbe738308eed4f6f (patch)
tree307eb03546b7712c434c86dd60bff4471428e0b6 /lispref/tips.texi
parent04c1025b883c8ddcfac3ada649641a56f08aae95 (diff)
downloademacs-513331d3298cfc76f75996effbe738308eed4f6f.tar.gz
Patch from rms.
Diffstat (limited to 'lispref/tips.texi')
-rw-r--r--lispref/tips.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/tips.texi b/lispref/tips.texi
index 5ce4c437176..03e767f2f28 100644
--- a/lispref/tips.texi
+++ b/lispref/tips.texi
@@ -3,7 +3,7 @@
@c Copyright (C) 1990, 1991, 1992, 1993, 1995, 1998 Free Software Foundation, Inc.
@c See the file elisp.texi for copying conditions.
@setfilename ../info/tips
-@node Tips, GNU Emacs Internals, System Interface, Top
+@node Tips, GNU Emacs Internals, Antinews, Top
@appendix Tips and Conventions
@cindex tips
@cindex standards of coding style
@@ -295,7 +295,7 @@ Try to avoid compiler warnings about undefined free variables, by adding
Sometimes adding a @code{require} for another package is useful to avoid
compilation warnings for variables and functions defined in that
-package. If you do this, often it is better if the @cpde{require} acts
+package. If you do this, often it is better if the @code{require} acts
only at compile time. Here's how to do that:
@example