diff --git a/reference/image/functions/imagexbm.xml b/reference/image/functions/imagexbm.xml
index 3ff2665ff8..2c3cae71d3 100644
--- a/reference/image/functions/imagexbm.xml
+++ b/reference/image/functions/imagexbm.xml
@@ -34,6 +34,13 @@
filename
&gd.image.path;
+
+ The filename (without the .xbm extension) is also
+ used for the C identifiers of the XBM, whereby non
+ alphanumeric characters of the current locale are substituted by
+ underscores. If filename is set to &null;,
+ image is used to build the C identifiers.
+