From: Lars Ingebrigtsen Date: Tue, 24 Jan 2017 20:31:17 +0000 (+0100) Subject: shr-width doc clarification X-Git-Tag: emacs-26.0.90~870^2~78 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=253fdf799bfff4e5a91dcdfd8c9f422ff015decf;p=emacs.git shr-width doc clarification * lisp/net/shr.el (shr-width): Clarify the interaction with `shr-use-fonts' (bug#24928). --- diff --git a/lisp/net/shr.el b/lisp/net/shr.el index 1c2ea3c7bc5..cafb89e5b4d 100644 --- a/lisp/net/shr.el +++ b/lisp/net/shr.el @@ -96,8 +96,9 @@ If nil, don't draw horizontal table lines." (defcustom shr-width nil "Frame width to use for rendering. May either be an integer specifying a fixed width in characters, -or nil, meaning that the full width of the window should be -used." +or nil, meaning that the full width of the window should be used. +If `shr-use-fonts' is set, the mean width of a character is used +to compute the pixel width to be used." :version "25.1" :type '(choice (integer :tag "Fixed width in characters") (const :tag "Use the width of the window" nil))