diff options
author | Andy Wingo <wingo@igalia.com> | 2013-03-15 19:22:18 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2013-03-15 19:22:18 +0100 |
commit | 912f5f34458fd6998b129e65685adbaf44356860 (patch) | |
tree | 372888a83d98040dc9c0a27c2f4655fb6949472f /doc/ref/api-macros.texi | |
parent | de2811cc41e86f8f558cfe99172a1987cbcad47a (diff) | |
download | guile-912f5f34458fd6998b129e65685adbaf44356860.tar.gz |
fix doc build
* doc/ref/api-data.texi (Bitwise Operations): Don't use @-commands in
@math. Fixes doc build.
* doc/ref/api-macros.texi (Syntax Rules): Fix example result.
Diffstat (limited to 'doc/ref/api-macros.texi')
-rw-r--r-- | doc/ref/api-macros.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-macros.texi b/doc/ref/api-macros.texi index dcbde9b30..ea4e8d68a 100644 --- a/doc/ref/api-macros.texi +++ b/doc/ref/api-macros.texi @@ -215,7 +215,7 @@ including ellipsizing and tail patterns. ((_ #((var val) ...) exp exp* ...) (let ((var val) ...) exp exp* ...)))) (letv #((foo 'bar)) foo) -@result{} foo +@result{} bar @end example Literals are used to match specific datums in an expression, like the use of |