From 978229a52afd2fd21f79d62e5493e2f9570f77cf Mon Sep 17 00:00:00 2001 From: Calvin Heim Date: Sun, 7 Aug 2016 12:56:55 +0200 Subject: [PATCH] Fix grammar in api-compound.texi * doc/ref/api-compound.texi: Fix grammar. --- doc/ref/api-compound.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/ref/api-compound.texi b/doc/ref/api-compound.texi index b4ae79c26..38c44649b 100644 --- a/doc/ref/api-compound.texi +++ b/doc/ref/api-compound.texi @@ -3718,9 +3718,9 @@ the following examples. #f @end lisp -Better is 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 +It is often better is 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. @lisp