Applied, thanks!
On Thu 17 Dec 2015 22:47, Calvin Heim <[email protected]> writes:
> * doc/ref/api-compound.texi: Fix grammar.
> ---
> doc/ref/api-compound.texi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/ref/api-compound.texi b/doc/ref/api-compound.texi
> index 8ec32d6..47f5e8a 100644
> --- a/doc/ref/api-compound.texi
> +++ b/doc/ref/api-compound.texi
> @@ -3718,7 +3718,7 @@ the following examples.
> #f
> @end lisp
> -Better is to use the procedure @code{hashq-get-handle}, which makes a
> +It is better to use the procedure @code{hashq-get-handle}, which makes a
> distinction between the two cases. Just like @code{assq}, this
> procedure returns a key/value-pair on success, and @code{#f} if the
> key is not found.