mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
fix doc typo
* doc/ref/data-rep.texi (Non-immediate objects): Fix a typo, thanks to Dale Smith.
This commit is contained in:
parent
d22fc3e4af
commit
eff313ed21
1 changed files with 1 additions and 1 deletions
|
@ -997,7 +997,7 @@ This reference can be decoded to a C pointer to a heap cell using the
|
|||
@code{SCM} value is done using the @code{PTR2SCM} macro.
|
||||
|
||||
@c (FIXME:: this name should be changed)
|
||||
@deftypefn Macro (scm_t_cell *) SCM2PTR (SCM @var{x})
|
||||
@deftypefn Macro {scm_t_cell *} SCM2PTR (SCM @var{x})
|
||||
Extract and return the heap cell pointer from a non-immediate @code{SCM}
|
||||
object @var{x}.
|
||||
@end deftypefn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue