aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/tips.texi
diff options
context:
space:
mode:
authorChong Yidong2010-05-03 18:01:23 -0400
committerChong Yidong2010-05-03 18:01:23 -0400
commitda0bbbc4e336566be28cc99dce4b155d4a9a194f (patch)
treeb8acdd7660e1ce746fdec7dc0c73fc87564f5c29 /doc/lispref/tips.texi
parentf034e1762ba3824627494e479a47189ec62db6d1 (diff)
downloademacs-da0bbbc4e336566be28cc99dce4b155d4a9a194f.tar.gz
emacs-da0bbbc4e336566be28cc99dce4b155d4a9a194f.zip
Fix typos (Bug#6094). From Štěpán Němec.
Diffstat (limited to 'doc/lispref/tips.texi')
-rw-r--r--doc/lispref/tips.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi
index bea513df044..c1f1423dabf 100644
--- a/doc/lispref/tips.texi
+++ b/doc/lispref/tips.texi
@@ -90,7 +90,7 @@ Put a call to @code{provide} at the end of each separate Lisp file.
90If a file requires certain other Lisp programs to be loaded 90If a file requires certain other Lisp programs to be loaded
91beforehand, then the comments at the beginning of the file should say 91beforehand, then the comments at the beginning of the file should say
92so. Also, use @code{require} to make sure they are loaded. 92so. Also, use @code{require} to make sure they are loaded.
93x@xref{Named Features}. 93@xref{Named Features}.
94 94
95@item 95@item
96If a file @var{foo} uses a macro defined in another file @var{bar}, 96If a file @var{foo} uses a macro defined in another file @var{bar},