Advertisement
Guest User

Untitled

a guest
Jun 29th, 2014
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.60 KB | None | 0 0
  1. diff --git a/doc/ref/api-modules.texi b/doc/ref/api-modules.texi
  2. index 286a37d..e2dc65f 100644
  3. --- a/doc/ref/api-modules.texi
  4. +++ b/doc/ref/api-modules.texi
  5. @@ -1053,7 +1053,7 @@ module, as with @code{(use-modules @var{name})}.  The name is
  6.  interpreted as for @code{scm_c_define_module}.
  7.  @end deftypefn
  8.  
  9. -@deftypefn {C Function} SCM scm_c_export ({const char *}@var{name}, ...)
  10. +@deftypefn {C Function} void scm_c_export ({const char *}@var{name}, ...)
  11.  Add the bindings designated by @var{name}, ... to the public interface
  12.  of the current module.  The list of names is terminated by
  13.  @code{NULL}.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement