diff --git a/reference/filesystem/functions/fseek.xml b/reference/filesystem/functions/fseek.xml
index a0230db788..e3e0ec1428 100644
--- a/reference/filesystem/functions/fseek.xml
+++ b/reference/filesystem/functions/fseek.xml
@@ -12,7 +12,7 @@
intfseek
resourcehandle
intoffset
- intwhence
+ intwhenceSEEK_SET
Sets the file position indicator for the file referenced by
@@ -58,10 +58,6 @@
SEEK_END - Set position to end-of-file plus offset.
-
- If whence is not specified, it is assumed to be
- SEEK_SET.
-