From 396b55cd7014af97d0280fdb1e3dd227399eb2aa Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Mon, 6 Jan 2003 18:59:24 +0000 Subject: [PATCH] fixed description of find() behavior --- doc/tutorial/ginac.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.44.0