]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify the last clarification
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 24 Jan 2017 20:33:51 +0000 (21:33 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 24 Jan 2017 20:33:51 +0000 (21:33 +0100)
* lisp/net/shr.el (shr-width): Clarify the interaction with
`shr-use-fonts' (bug#24928).

lisp/net/shr.el

index cafb89e5b4d647e88c5561dfe1031f035d56dba7..2ee060611a3f1416adeda8877e4819a6780eb3fa 100644 (file)
@@ -97,8 +97,8 @@ If nil, don't draw horizontal table lines."
   "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.
-If `shr-use-fonts' is set, the mean width of a character is used
-to compute the pixel width to be used."
+If `shr-use-fonts' is set, the mean character width is used to
+compute the pixel width, which is used instead."
   :version "25.1"
   :type '(choice (integer :tag "Fixed width in characters")
                 (const   :tag "Use the width of the window" nil))