Commit 10e4271af for imagemagick.org

commit 10e4271af57bea0153c7e7679f4a39a8656f84c3
Author: Dirk Lemstra <dirk@lemstra.org>
Date:   Sun Jul 12 18:01:18 2026 +0200

    Corrected comment.

diff --git a/MagickCore/histogram.c b/MagickCore/histogram.c
index 3ae9cf371..eb92bfc59 100644
--- a/MagickCore/histogram.c
+++ b/MagickCore/histogram.c
@@ -853,8 +853,8 @@ MagickExport MagickBooleanType IsHistogramImage(const Image *image,
 %                                                                             %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
-%  IsPaletteImage() returns MagickTrue if the image is PseudoClass and has 256
-%  unique colors or less.
+%  IsPaletteImage() returns MagickTrue if the image is PseudoClass and has
+%  MaxColormapSize unique colors or less.
 %
 %  The format of the IsPaletteImage method is:
 %