summaryrefslogtreecommitdiff
path: root/specs/Xaw/AsciiSource
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:48:55 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:48:55 +0000
commit83652d15f9f1692730e5d9457ddf4086dc70704f (patch)
tree7f963fc5e7f2ed469348ebbf7057d0f55c720851 /specs/Xaw/AsciiSource
parent67f7a131c3e3616149d4775546dba04857607f96 (diff)
Diffstat (limited to 'specs/Xaw/AsciiSource')
-rw-r--r--specs/Xaw/AsciiSource4
1 files changed, 2 insertions, 2 deletions
diff --git a/specs/Xaw/AsciiSource b/specs/Xaw/AsciiSource
index 38b45ec..3dfe7ac 100644
--- a/specs/Xaw/AsciiSource
+++ b/specs/Xaw/AsciiSource
@@ -69,7 +69,7 @@ is not affected by subsequent updates to the text buffer, i.e.,
it is not updated as the user types input into the text buffer.
This copy is freed upon the next call to XtGetValues to
retrieve the string resource; however, to conserve memory,
-there is a convenience routine, \fBXawAsciiSrcFreeString\fP, allowing the
+there is a convenience routine, \fBXawAsciiSourceFreeString\fP, allowing the
application programmer to direct the widget to free the copy.
.LP
When the resource \fBuseStringInPlace\fP is true and the AsciiSrc object
@@ -135,7 +135,7 @@ space must be allocated whenever the file is saved, or the string is
requested with a call to \fBXtGetValues\fP. This memory is allocated on the
fly, and remains valid until the next time a string needs to be allocated.
You may save memory by freeing this string as soon as you are done
-with it by calling \fBXawAsciiSrcFreeString\fP.
+with it by calling \fBXawAsciiSourceFreeString\fP.
.FD 0
void XawAsciiSourceFreeString(\fIw\fP)
.IN "XawAsciiSourceFreeString" "" @DEF@