summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2016-07-20 00:50:36 +0000
committerGreg Ercolano <erco@seriss.com>2016-07-20 00:50:36 +0000
commit1b238e52cda0a721f92c7effae586fef209e033c (patch)
treed651f32dad426a067f29d0974c6830be45f4796a
parentf375b6098f48935ed9de785646b5f28fe21a8aab (diff)
Bringing over fix [r11766] from 1.3 current to the porting branch.
Doc fix: fixes STR#3312. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11826 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--FL/Fl_Text_Buffer.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Text_Buffer.H b/FL/Fl_Text_Buffer.H
index a204d02db..4c6cf31a6 100644
--- a/FL/Fl_Text_Buffer.H
+++ b/FL/Fl_Text_Buffer.H
@@ -328,7 +328,7 @@ public:
int outputfile(const char *file, int start, int end, int buflen = 128*1024);
/**
- Saves a text file from the current buffer
+ Saves a text file from the current buffer.
Returns
- 0 on success
- non-zero on error (strerror() contains reason)
@@ -628,7 +628,7 @@ public:
/**
Search backwards in buffer for string \p searchString, starting with
- the character \e before \p startPos, returning the result in \p foundPos.
+ the character \e at \p startPos, returning the result in \p foundPos.
Returns 1 if found, 0 if not.
\param startPos byte offset to start position