branch: master commit 77bd0136a8a280ff649f7cf572d6cb7712804fea Author: Thien-Thi Nguyen <t...@gnu.org> Commit: Thien-Thi Nguyen <t...@gnu.org>
[aa2u] Mention ‘DOUBLE’ in ‘aa2u-uniform-weight’ docstring. * packages/ascii-art-to-unicode/ascii-art-to-unicode.el (aa2u-uniform-weight): ...here. --- packages/ascii-art-to-unicode/ascii-art-to-unicode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ascii-art-to-unicode/ascii-art-to-unicode.el b/packages/ascii-art-to-unicode/ascii-art-to-unicode.el index c6c94c8..f246db2 100644 --- a/packages/ascii-art-to-unicode/ascii-art-to-unicode.el +++ b/packages/ascii-art-to-unicode/ascii-art-to-unicode.el @@ -105,7 +105,7 @@ (autoload 'apply-on-rectangle "rect") (defvar aa2u-uniform-weight 'LIGHT - "A symbol, either ‘LIGHT’ or ‘HEAVY’. + "A symbol, one of: ‘LIGHT’, ‘HEAVY’, ‘DOUBLE’. This specifies the weight of all the lines.") ;;;---------------------------------------------------------------------------