diff man/emodules.texi @ 775:7d972c3de90a

[xemacs-hg @ 2002-03-14 11:50:12 by stephent] New 21.5 Info docs, misc. <87r8mn8j4v.fsf@tleeps18.sk.tsukuba.ac.jp>
author stephent
date Thu, 14 Mar 2002 11:50:17 +0000
parents f72a191f8ecf
children beddd25fe24a
line wrap: on
line diff
--- a/man/emodules.texi	Thu Mar 14 03:54:28 2002 +0000
+++ b/man/emodules.texi	Thu Mar 14 11:50:17 2002 +0000
@@ -855,11 +855,12 @@
 @cindex functions, Lisp
 @cindex functions, defining
 
-  Although the full syntax of a function declaration is discussed in the
-@value{emacs} internals manual in greater depth, what follows is a brief
-description of how to define and implement a new Lisp primitive in a
-module.  This is done using the @code{DEFUN} macro.  Here is a small
-example:
+  The full syntax of a function declaration is discussed in the
+@value{emacs} internals manual in greater depth.  @ref{Writing Lisp
+Primitives,,,internals,@value{emacs} Internals Manual}.  What follows is
+a brief description of how to define and implement a new Lisp primitive
+in a module.  This is done using the @code{DEFUN} macro.  Here is a
+small example:
 
 @example
 @cartouche