diff options
author | Martin Grabmüller <mgrabmue@cs.tu-berlin.de> | 2001-04-03 13:11:14 +0000 |
---|---|---|
committer | Martin Grabmüller <mgrabmue@cs.tu-berlin.de> | 2001-04-03 13:11:14 +0000 |
commit | ae9f3a15826847d280f69b179c2e09776892a9c6 (patch) | |
tree | 3cf3342baffc1969586e0cd94e3f347176dd44d3 /doc/scheme-options.texi | |
parent | abaec75d1d092f5bf648faa34be0e303879579ba (diff) | |
download | guile-ae9f3a15826847d280f69b179c2e09776892a9c6.tar.gz |
* scheme-options.texi, scheme-procedures.texi,
scheme-modules.texi, scheme-memory.texi, scheme-control.texi,
scheme-utility.texi, scheme-io.texi, scheme-evaluation.texi,
scheme-data.texi: Removed a lot of ARGFIXME's after tweaking
docstrings and C source.
* new-docstrings.texi, scheme-io.texi, scheme-data.texi,
posix.texi, scheme-control.texi, scheme-evaluation.texi,
scheme-memory.texi, scheme-procedures.texi, scheme-modules.texi,
scheme-scheduling.texi: Automated docstring merging.
Diffstat (limited to 'doc/scheme-options.texi')
-rw-r--r-- | doc/scheme-options.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/scheme-options.texi b/doc/scheme-options.texi index 65e85ba61..439b8c452 100644 --- a/doc/scheme-options.texi +++ b/doc/scheme-options.texi @@ -284,11 +284,11 @@ Guile's configuration at run time. Return a string describing Guile's version number, or its major or minor version numbers, respectively. -@example +@lisp (version) @result{} "1.3a" (major-version) @result{} "1" (minor-version) @result{} "3a" -@end example +@end lisp @end deffn @c NJFIXME not in libguile! |