diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:29 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:29 -0800 |
commit | 8466d8cfa486fb30d1755c4261b781135083787b (patch) | |
tree | c8c12c67246f543c3cc4f64d1c07e003cb1d45ae /schmooz.texi | |
parent | 87b82b5822ca54228cfa6df29be3ad9d4bc47d16 (diff) | |
download | slib-8466d8cfa486fb30d1755c4261b781135083787b.tar.gz slib-8466d8cfa486fb30d1755c4261b781135083787b.zip |
Import Upstream version 3a1upstream/3a1
Diffstat (limited to 'schmooz.texi')
-rw-r--r-- | schmooz.texi | 18 |
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 |