1.0.32.24: document stream external-formats and :replacement option
[sbcl.git] / doc / manual / ffi.texinfo
index b4fc8ca..f00e23d 100644 (file)
@@ -283,6 +283,7 @@ types to declare that no useful value is returned.  Using
 return zero values.
 
 @item
+@cindex External formats
 The foreign type specifier @code{(sb-alien:c-string &key external-format
 element-type)} is similar to @code{(* char)}, but is interpreted as a
 null-terminated string, and is automatically converted into a Lisp
@@ -467,7 +468,7 @@ area pointer) to a foreign value with the specified
 The @var{type} must be some foreign pointer, array, or record type.
 @end defun
 
-@defun sb-alien:alien-sap @var{foreign-value} @var{type}
+@defun sb-alien:alien-sap @var{foreign-value}
 @findex alien-sap
 
 The @code{sb-alien:alien-sap} function returns the @acronym{SAP} which
@@ -969,8 +970,7 @@ other ports it is implemented by turning off GC for the duration (so
 could be said to have a whole-world granularity).
 
 @item
-Disable GC, using the @code{without-gcing} macro or @code{gc-off}
-call.
+Disable GC, using the @code{without-gcing} macro.
 @end enumerate
 
 @c <!-- FIXME: This is a "changebar" section from the CMU CL manual.