branch: master
commit 97701f3ed80df2ef4afd7409d66d29e9120b167b
Author: Thien-Thi Nguyen <t...@gnu.org>
Commit: Thien-Thi Nguyen <t...@gnu.org>

    [aa2u] Fix docstring for ‘aa2u-ucs-bd-uniform-name’.
    
    Omission from 2014-05-09, "Make weight dynamically customizable".
    
    * packages/ascii-art-to-unicode/ascii-art-to-unicode.el
    (aa2u-ucs-bd-uniform-name): Don't mention WEIGHT in docstring.
---
 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 fa4ed15..c6c94c8 100644
--- a/packages/ascii-art-to-unicode/ascii-art-to-unicode.el
+++ b/packages/ascii-art-to-unicode/ascii-art-to-unicode.el
@@ -124,7 +124,7 @@ This specifies the weight of all the lines.")
   (get-text-property pos 'aa2u-text))
 
 (defun aa2u-ucs-bd-uniform-name (&rest components)
-  "Return a string naming UCS char w/ WEIGHT and COMPONENTS.
+  "Return the name of the UCS box-drawing char w/ COMPONENTS.
 The string begins with \"BOX DRAWINGS\"; followed by the weight
 as per variable ‘aa2u-uniform-weight’, followed by COMPONENTS,
 a list of one or two symbols from the set:

Reply via email to