From e14e4ca31658ee6369c68601c9c7ad7114e1f7ae Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 18 Jul 2002 12:02:42 +0000 Subject: Add links for TeXinfo and docstrings --- html/components.html | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) (limited to 'html') diff --git a/html/components.html b/html/components.html index b41bb59b..83767632 100644 --- a/html/components.html +++ b/html/components.html @@ -43,24 +43,23 @@ for more details.

Docstring magic: Elisp documentation to TeXinfo extraction

-This package generates Texinfo source fragments from Emacs -docstrings. This avoids documenting functions and variables -in more than one place, and automatically adds Texinfo markup -to docstrings. It's a bit like javadoc for -Emacs Lisp, except that you must write a skeleton texi -file which contains magic comments mentioning the function or -variable names you want documented. -

-

-The package consists of one file: -

-which contains documentation and usage hints. -For an extensive example of it's use, see -the source -for the PG adapting manual. -

+This package generates Texinfo source +fragments from Emacs + +documentation strings which are embedded in Emacs lisp source and the +running interpreter. This avoids documenting functions +and variables in more than one place, and automatically adds Texinfo +markup to docstrings. It's a bit like javadoc for Emacs +Lisp, except that you must write a skeleton texi file which +contains magic comments mentioning the function or variable names you +want documented.

The package consists of one file:

which contains documentation and usage hints. For an extensive +example of it's use, see the source for the PG adapting manual.


-- cgit v1.2.3