From 460d2e11eaeefdaa346773f675efacfaae0ab2c2 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Sun, 11 Jun 2000 09:03:04 +0000 Subject: [PATCH] doc updates git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2451 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/doc/architecture.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/doc/architecture.txt b/src/doc/architecture.txt index 226599abd8..3b924b735c 100644 --- a/src/doc/architecture.txt +++ b/src/doc/architecture.txt @@ -60,10 +60,10 @@ Finance::Quote available at SourceForge. Scheme ------ -"The Scheme" (src/scm, src/guile, src/prefs) is a scheme based -infrastructure meant to provide general extensibility, as well -as command-line/resource file processing, user-preferences state -management, & other functions. Under development. +"The Scheme" (src/scm, src/guile) is a scheme based infrastructure +meant to provide general extensibility, as well as command-line/resource +file processing, user-preferences state management, & other functions. +Under development. GnuCash ------- @@ -80,4 +80,4 @@ beginner. Currently, the Gnome interface is the only operational interface. The Motif code no longer compiles and is not being maintained. The Qt code -won't compile, most-all functions are missing. +won't compile, most/all functions are missing.