Mercurial > hg > xemacs-beta
comparison man/emodules.texi @ 4312:1094d6d400fb
Spelling fixes.
author | "Ville Skyttä <scop@xemacs.org>" |
---|---|
date | Fri, 07 Dec 2007 00:02:53 +0200 |
parents | 2b58b7fd831c |
children | 304aebb79cd3 |
comparison
equal
deleted
inserted
replaced
4311:ee41a739fba3 | 4312:1094d6d400fb |
---|---|
988 reader and will prepare for the insertion of the documentation into | 988 reader and will prepare for the insertion of the documentation into |
989 the right place. Once this is done, the user can call the Lisp | 989 the right place. Once this is done, the user can call the Lisp |
990 function @code{my-function}, if it was defined as an interactive | 990 function @code{my-function}, if it was defined as an interactive |
991 function (which in this case it was). | 991 function (which in this case it was). |
992 | 992 |
993 Thats all there is to defining and announcing new functions. The rules | 993 That's all there is to defining and announcing new functions. The rules |
994 for what goes inside the functions, and how to write good modules, is | 994 for what goes inside the functions, and how to write good modules, is |
995 beyond the scope of this document. Please consult the @value{emacs} | 995 beyond the scope of this document. Please consult the @value{emacs} |
996 internals manual for more details. | 996 internals manual for more details. |
997 | 997 |
998 @node Defining Variables, Index, Defining Functions, Top | 998 @node Defining Variables, Index, Defining Functions, Top |