From abe192790fae142b76f0d7f7880d1c518cb8df80 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Wed, 6 Sep 2000 09:08:04 +0000 Subject: [PATCH] Fix docs. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2782 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/GNCIdP.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/engine/GNCIdP.h b/src/engine/GNCIdP.h index a3ae5f66f8..bfbdeb9a10 100644 --- a/src/engine/GNCIdP.h +++ b/src/engine/GNCIdP.h @@ -29,10 +29,10 @@ /* This file defines an engine-only API for using gnucash entity * identifiers. */ -/* Generate a new id. This function is guaranteed to return an - * id that is unique within the scope of a particular gnucash - * session. GnuCash routines should always use this function - * and not guid_new!! */ +/* Generate a new id. This function is guaranteed to return an id that + * is unique within the scope of all GnuCash entities being managed by + * the current invocation of GnuCash. GnuCash routines should always + * use this function and not guid_new! */ void xaccGUIDNew(GUID *guid); /* Lookup an entity given an id and a type. If there is no entity