diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/developer-guide.txt | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2023-08-22 Ulrich Müller <ulm@gentoo.org> + + * doc/developer-guide.txt: Update documentation for "has". + 2023-08-09 Ulrich Müller <ulm@gentoo.org> * configure.ac: Update version to 1.4.26. diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt index 16393cb..50f8bdd 100644 --- a/doc/developer-guide.txt +++ b/doc/developer-guide.txt @@ -371,8 +371,8 @@ These are implemented in ``libs/tests.bash``. The ``has`` function ,,,,,,,,,,,,,,,,,,,, -The ``has`` utility function is like Portage's ``hasq``. It returns true -if and only if the first parameter is equal to any of the remaining +The ``has`` utility function is like its Portage equivalent. It returns +true if and only if the first parameter is equal to any of the remaining parameters. The ``is_function`` function |