diff doc/lispref/tips.texi @ 108366:e2da1d33db95

Fix typos (Bug#6094). From tpn Nmec.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 03 May 2010 18:01:23 -0400
parents 1d1d5d9bd884
children 71353caf35e3
line wrap: on
line diff
--- a/doc/lispref/tips.texi	Sun May 02 21:55:01 2010 -0400
+++ b/doc/lispref/tips.texi	Mon May 03 18:01:23 2010 -0400
@@ -90,7 +90,7 @@
 If a file requires certain other Lisp programs to be loaded
 beforehand, then the comments at the beginning of the file should say
 so.  Also, use @code{require} to make sure they are loaded.
-x@xref{Named Features}.
+@xref{Named Features}.
 
 @item
 If a file @var{foo} uses a macro defined in another file @var{bar},