medit/doc/medit.texi.in

48 lines
776 B
Plaintext
Raw Normal View History

2010-09-04 04:25:07 -07:00
\input texinfo @c -*-texinfo-*-
@setfilename help.info
@settitle medit @MOO_DISPLAY_VERSION@ manual
@c %**end of header
@macro medit
medit
@end macro
@macro uilabel{text}
@emph{\text\}
@end macro
@macro helpsection{id}
@html
<!-- moo-help-section: \id\ -->
@end html
@end macro
@titlepage
@title Sample Title
@end titlepage
@contents
@node Top
@top medit
2010-09-06 16:36:50 -07:00
This manual is for medit version @MOO_DISPLAY_VERSION@.
2010-09-04 04:25:07 -07:00
@menu
2010-09-06 16:36:50 -07:00
* Preferences:: Editor preferences.
* meditrc:: Preferences files.
2010-09-04 04:25:07 -07:00
* Regular expressions:: Regular expressions.
2010-09-06 16:36:50 -07:00
* User-defined tools:: User-defined tools.
2010-09-04 04:25:07 -07:00
* Scripting:: Scripting.
* License:: License.
@end menu
@include prefs.texi
@include prefs-file.texi
@include regex.texi
@include user-tools.texi
@include script.texi
@include license.texi
@bye