From: Christian Bauer Date: Mon, 6 Jan 2003 18:59:24 +0000 (+0000) Subject: fixed description of find() behavior X-Git-Tag: release_1-0-13~8 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=396b55cd7014af97d0280fdb1e3dd227399eb2aa fixed description of find() behavior --- diff --git a/doc/tutorial/ginac.texi b/doc/tutorial/ginac.texi index 909344c3..dfcb686b 100644 --- a/doc/tutorial/ginac.texi +++ b/doc/tutorial/ginac.texi @@ -3193,9 +3193,9 @@ bool ex::find(const ex & pattern, lst & found); @end example works a bit like @code{has()} but it doesn't stop upon finding the first -match. Instead, it appends all found matches to the specified list. If there -are multiple occurrences of the same expression, it is entered only once to -the list. @code{find()} returns false if no matches were found (in +match. Instead, it inserts all found matches into the specified list. If +there are multiple occurrences of the same expression, it is entered only +once to the list. @code{find()} returns false if no matches were found (in @command{ginsh}, it returns an empty list): @example