aboutsummaryrefslogtreecommitdiffstats
path: root/schmooz.texi
diff options
context:
space:
mode:
Diffstat (limited to 'schmooz.texi')
-rw-r--r--schmooz.texi18
1 files changed, 9 insertions, 9 deletions
diff --git a/schmooz.texi b/schmooz.texi
index 24c30d0..fc307e2 100644
--- a/schmooz.texi
+++ b/schmooz.texi
@@ -11,20 +11,20 @@ imported into the documentation using the Texinfo command
used to process files. Files containing schmooz documentation should
not contain @code{(require 'schmooz)}.
-@deffn Procedure schmooz filename@r{scm} @dots{}
-@var{Filename}scm should be a string ending with @samp{scm} naming an
+@deffn Procedure schmooz filename@r{.scm} @dots{}
+@var{Filename}.scm should be a string ending with @samp{.scm} naming an
existing file containing Scheme source code. @code{schmooz} extracts
-top-level comments containing schmooz commands from @var{filename}scm
+top-level comments containing schmooz commands from @var{filename}.scm
and writes the converted Texinfo source to a file named
-@var{filename}txi.
+@var{filename}.txi.
-@deffnx Procedure schmooz filename@r{texi} @dots{}
-@deffnx Procedure schmooz filename@r{tex} @dots{}
-@deffnx Procedure schmooz filename@r{txi} @dots{}
+@deffnx Procedure schmooz filename@r{.texi} @dots{}
+@deffnx Procedure schmooz filename@r{.tex} @dots{}
+@deffnx Procedure schmooz filename@r{.txi} @dots{}
@var{Filename} should be a string naming an existing file containing
Texinfo source code. For every occurrence of the string @samp{@@include
-@var{filename}txi} within that file, @code{schmooz} calls itself with
-the argument @samp{@var{filename}scm}.
+@var{filename}.txi} within that file, @code{schmooz} calls itself with
+the argument @samp{@var{filename}.scm}.
@end deffn
Schmooz comments are distinguished (from non-schmooz comments) by their