mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 09:40:25 +02:00
(scm_lognot): Correction to docstring, ones-complement not 2s-complement.
This commit is contained in:
parent
a9cd13ca7c
commit
147e47c884
1 changed files with 1 additions and 1 deletions
|
@ -1089,7 +1089,7 @@ SCM_DEFINE (scm_logbit_p, "logbit?", 2, 0, 0,
|
||||||
|
|
||||||
SCM_DEFINE (scm_lognot, "lognot", 1, 0, 0,
|
SCM_DEFINE (scm_lognot, "lognot", 1, 0, 0,
|
||||||
(SCM n),
|
(SCM n),
|
||||||
"Return the integer which is the 2s-complement of the integer\n"
|
"Return the integer which is the ones-complement of the integer\n"
|
||||||
"argument.\n"
|
"argument.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"@lisp\n"
|
"@lisp\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue