Tweak earlier shr.el change
authorGlenn Morris <rgm@gnu.org>
Fri, 28 Feb 2014 20:00:12 +0000 (15:00 -0500)
committerGlenn Morris <rgm@gnu.org>
Fri, 28 Feb 2014 20:00:12 +0000 (15:00 -0500)
lisp/ChangeLog
lisp/net/shr.el

index 8150de7..d8dda13 100644 (file)
@@ -21,9 +21,8 @@
 
 2014-02-28  Ivan Kanis  <ivan@kanis.fr>
 
-       * net/shr.el (shr-put-image): Add custom variable
-       `shr-image-animate' to turn off image animation.  It is so slow it
-       will render emacs unusable.
+       * net/shr.el (shr-image-animate): New option.
+       (shr-put-image): Respect shr-image-animate.
 
 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
 
index c7f8c0f..4801aca 100644 (file)
@@ -101,7 +101,7 @@ Alternative suggestions are:
   :type 'function)
 
 (defcustom shr-image-animate t
-  "If non nil image will be animated."
+  "Non nil means that images that can be animated will be."
   :version "24.4"
   :group 'shr
   :type 'boolean)