summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2018-02-17 08:00:54 +0000
committerManolo Gouy <Manolo>2018-02-17 08:00:54 +0000
commit1884ebf501a27c68af8f3ca9ccf53b990d8d84bf (patch)
tree39b6aa82587b233e5d9affd61d189eccd782f0f5 /src/Fl.cxx
parent5bf7e5ece77d1dd02423398618220d4f2f2c0459 (diff)
Documentation: fix inconsistency in doc of Fl::wait(double).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12671 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl.cxx')
-rw-r--r--src/Fl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx
index 4e040b30a..0e1f63fc7 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -493,11 +493,11 @@ void fl_trigger_clipboard_notify(int source) {
void (*Fl::idle)(); // see Fl::add_idle.cxx for the add/remove functions
/**
- Waits a maximum of \e time seconds or until "something happens".
+ Waits a maximum of \p time_to_wait seconds or until "something happens".
See Fl::wait() for the description of operations performed when
"something happens".
-\return Always 1 on Windows. Otherwise, it is positive
+ \return Always 1 on Windows. Otherwise, it is positive
if an event or fd happens before the time elapsed.
It is zero if nothing happens. It is negative if an error
occurs (this will happen on X11 if a signal happens).