diff options
author | Marius Vollmer <mvo@zagadka.de> | 2004-07-07 15:32:02 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2004-07-07 15:32:02 +0000 |
commit | e63a059cce45752fcce38cbccd8d55dbd657c051 (patch) | |
tree | dcee9b553eab6550ee836aa174797f623d784a5c /doc/ref | |
parent | c9eb03bb73fcbcf8dc5c4caef8926e523c2be58f (diff) | |
download | guile-e63a059cce45752fcce38cbccd8d55dbd657c051.tar.gz |
Remove superflous @end example.
Diffstat (limited to 'doc/ref')
-rw-r--r-- | doc/ref/gh.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/ref/gh.texi b/doc/ref/gh.texi index 59c8ca6f4..457e257d0 100644 --- a/doc/ref/gh.texi +++ b/doc/ref/gh.texi @@ -1076,7 +1076,6 @@ scm_is_true (scm_exact_p (@var{obj})) @item @code{gh_eq_p} Use @code{scm_is_eq} instead. -@end example @item @code{gh_eqv_p} Replace @code{gh_eqv_p (@var{x}, @var{y})} by |