1
Fork 0
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:
Kevin Ryde 2003-09-02 23:01:38 +00:00
parent a9cd13ca7c
commit 147e47c884

View file

@ -1089,7 +1089,7 @@ SCM_DEFINE (scm_logbit_p, "logbit?", 2, 0, 0,
SCM_DEFINE (scm_lognot, "lognot", 1, 0, 0,
(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"
"\n"
"@lisp\n"