* net/shr.el (shr-inhibit-images): Add a doc string.

This commit is contained in:
Lars Magne Ingebrigtsen 2014-11-13 23:06:05 +01:00
parent 790ad0171d
commit 14b1c9d82d
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
* net/shr.el (shr-inhibit-images): Add a doc string.
* net/eww.el (eww-after-render-hook): New variable.
(eww-render): Use it.

View file

@ -123,13 +123,15 @@ cid: URL as the argument.")
"Font for link elements."
:group 'shr)
(defvar shr-inhibit-images nil
"If non-nil, inhibit loading images.")
;;; Internal variables.
(defvar shr-folding-mode nil)
(defvar shr-state nil)
(defvar shr-start nil)
(defvar shr-indentation 0)
(defvar shr-inhibit-images nil)
(defvar shr-internal-width (or shr-width (1- (window-width))))
(defvar shr-list-mode nil)
(defvar shr-content-cache nil)