This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Guile".
http://git.savannah.gnu.org/cgit/guile.git/commit/?id=df655031011719067e2b6819572a262028bb4858 The branch, master has been updated via df655031011719067e2b6819572a262028bb4858 (commit) via 7cc8ef6235f65db9642ad95b83bf90d043d5395b (commit) from 5a771d5f514134c7cc3f03c9662f55950d7b8275 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit df655031011719067e2b6819572a262028bb4858 Merge: 5a771d5 7cc8ef6 Author: Andy Wingo <[email protected]> Date: Wed Feb 15 11:43:32 2012 +0100 Merge remote-tracking branch 'origin/stable-2.0' ----------------------------------------------------------------------- Summary of changes: doc/ref/api-foreign.texi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/ref/api-foreign.texi b/doc/ref/api-foreign.texi index 2e60d8a..3097a52 100644 --- a/doc/ref/api-foreign.texi +++ b/doc/ref/api-foreign.texi @@ -594,7 +594,7 @@ module contains procedures that can be used to convert byte sequences to Scheme objects such as strings, floating point numbers, or integers. @deffn {Scheme Procedure} pointer->bytevector pointer len [offset [uvec_type]] -@deffnx {C Function} scm_foreign_to_bytevector (pointer, len, offset, uvec_type) +@deffnx {C Function} scm_pointer_to_bytevector (pointer, len, offset, uvec_type) Return a bytevector aliasing the @var{len} bytes pointed to by @var{pointer}. hooks/post-receive -- GNU Guile
