Added local contrast to Magick++ and Wand.
diff --git a/MagickCore/effect.c b/MagickCore/effect.c
index 7c6caf1..5d1e160 100644
--- a/MagickCore/effect.c
+++ b/MagickCore/effect.c
@@ -1645,7 +1645,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 %  LocalContrastImage() attempts to increase the appearance of large-scale
-%  light-dark transitions. Local contrast enhancement works  similarly to
+%  light-dark transitions. Local contrast enhancement works similarly to
 %  sharpening with an unsharp mask, however the mask is instead created using
 %  an image with a greater blur distance.
 %
@@ -1658,8 +1658,6 @@
 %
 %    o image: the image.
 %
-%    o channel: the channel type.
-%
 %    o radius: the radius of the Gaussian, in pixels, not counting
 %      the center pixel.
 %