reverted the change here. This document only has historical value and must

2007-06-06  Sven Neumann  <sven@gimp.org>

	* papers/script-fu/script-fu.tex: reverted the change here. This
	document only has historical value and must not be changed.

svn path=/trunk/; revision=22717
This commit is contained in:
Sven Neumann 2007-06-06 09:21:42 +00:00 committed by Sven Neumann
parent 56eba3bd64
commit 309146d1cb
1 changed files with 2 additions and 2 deletions

View File

@ -795,12 +795,12 @@ through extension modules: independent applications which implement
additional features and then make them available to the main
application.
GIMP and its extensions communicate by invoking commands from a
The GIMP and its extensions communicate by invoking commands from a
database of procedures. Procedures are pieces of functionality
provided by GIMP, its plug-ins, and its extensions. Procedures take
as input a list of arguments, execute based on the values of those
arguments, and finally return a list of values. There are procedures
for every piece of internal functionality in GIMP as well as for
for every piece of internal functionality in the GIMP as well as for
every plug-in written to date. In total, there are over 275
procedures stored in GIMP's ``procedural database''. The following are
examples of procedures called by the simple script from Appendix A: