From 8466d8cfa486fb30d1755c4261b781135083787b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:05:29 -0800 Subject: Import Upstream version 3a1 --- schmooz.texi | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'schmooz.texi') 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 -- cgit v1.2.3