Mercurial > hg > xemacs-beta
comparison man/emodules.texi @ 5118:e0db3c197671 ben-lisp-object
merge up to latest default branch, doesn't compile yet
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sat, 26 Dec 2009 21:18:49 -0600 |
parents | 1094d6d400fb |
children | 304aebb79cd3 |
comparison
equal
deleted
inserted
replaced
5117:3742ea8250b5 | 5118:e0db3c197671 |
---|---|
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 |