diff options
| author | Chong Yidong | 2010-05-03 18:01:23 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-05-03 18:01:23 -0400 |
| commit | da0bbbc4e336566be28cc99dce4b155d4a9a194f (patch) | |
| tree | b8acdd7660e1ce746fdec7dc0c73fc87564f5c29 /doc/lispref/tips.texi | |
| parent | f034e1762ba3824627494e479a47189ec62db6d1 (diff) | |
| download | emacs-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.texi | 2 |
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. | |||
| 90 | If a file requires certain other Lisp programs to be loaded | 90 | If a file requires certain other Lisp programs to be loaded |
| 91 | beforehand, then the comments at the beginning of the file should say | 91 | beforehand, then the comments at the beginning of the file should say |
| 92 | so. Also, use @code{require} to make sure they are loaded. | 92 | so. Also, use @code{require} to make sure they are loaded. |
| 93 | x@xref{Named Features}. | 93 | @xref{Named Features}. |
| 94 | 94 | ||
| 95 | @item | 95 | @item |
| 96 | If a file @var{foo} uses a macro defined in another file @var{bar}, | 96 | If a file @var{foo} uses a macro defined in another file @var{bar}, |