diff options
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! |