emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 3180dea 2/2: Clarify the last clarification


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 3180dea 2/2: Clarify the last clarification
Date: Tue, 24 Jan 2017 20:34:03 +0000 (UTC)

branch: master
commit 3180deacf5562262f8f7b177d1f5f06b8e3ae8a8
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Clarify the last clarification
    
    * lisp/net/shr.el (shr-width): Clarify the interaction with
    `shr-use-fonts' (bug#24928).
---
 lisp/net/shr.el |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/net/shr.el b/lisp/net/shr.el
index cafb89e..2ee0606 100644
--- a/lisp/net/shr.el
+++ b/lisp/net/shr.el
@@ -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))



reply via email to

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