GNU bug report logs -
#59647
[PATCH] Fix typos in docstrings.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Mon, 28 Nov 2022 02:21:02 UTC
Severity: normal
Tags: notabug, patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
jgart <jgart <at> dismail.de> skribis:
> * libguile/boolean.c
> (scm_not): Fix typo.
> (scm_boolean_p): Fix typo.
> ---
> libguile/boolean.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/libguile/boolean.c b/libguile/boolean.c
> index e8370331f..930001a89 100644
> --- a/libguile/boolean.c
> +++ b/libguile/boolean.c
> @@ -56,7 +56,7 @@ verify (SCM_BITS_DIFFER_IN_EXACTLY_TWO_BIT_POSITIONS \
>
> SCM_DEFINE (scm_not, "not", 1, 0, 0,
> (SCM x),
> - "Return @code{#t} iff @var{x} is false, else return @code{#f}.")
> + "Return @code{#t} if @var{x} is false, else return @code{#f}.")
Hi! These are not typos: “iff” is short for “if and only if”.
Thanks,
Ludo’.
This bug report was last modified 2 years and 122 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.