emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102824: Minor docfixes in imagemagic


From: Tassilo Horn
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102824: Minor docfixes in imagemagick_load_image.
Date: Wed, 12 Jan 2011 08:35:04 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102824
committer: Tassilo Horn <address@hidden>
branch nick: trunk
timestamp: Wed 2011-01-12 08:35:04 +0100
message:
  Minor docfixes in imagemagick_load_image.
modified:
  src/image.c
=== modified file 'src/image.c'
--- a/src/image.c       2011-01-11 20:14:13 +0000
+++ b/src/image.c       2011-01-12 07:35:04 +0000
@@ -7522,7 +7522,7 @@
      image to see how many sub-images it contains. Pinging is faster
      than loading the image to find out things about it.  */
 
-  /* MagickWandGenesis() initializes the imagemagick library.  */
+  /* `MagickWandGenesis' initializes the imagemagick environment.  */
   MagickWandGenesis ();
   image = image_spec_value (img->spec, QCindex, NULL);
   ino = INTEGERP (image) ? XFASTINT (image) : 0;
@@ -7810,6 +7810,7 @@
 
   /* Final cleanup. image_wand should be the only resource left. */
   DestroyMagickWand (image_wand);
+  /* `MagickWandTerminus' terminates the imagemagick environment.  */
   MagickWandTerminus ();
 
   return 1;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]