branch: externals/cus-abbrev
commit 0bb19071e0459521bbd892a131725885eacf2315
Author: Mauro Aranda <maurooara...@gmail.com>
Commit: Mauro Aranda <maurooara...@gmail.com>

    ; Improve widget tags in customize-all-abbrevs
---
 cus-abbrev.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cus-abbrev.el b/cus-abbrev.el
index b69c841abc..b7c7e866a8 100644
--- a/cus-abbrev.el
+++ b/cus-abbrev.el
@@ -196,7 +196,7 @@ This command also saves any other editions made to the 
abbrev table."
       (setq abbrevs (nreverse abbrevs))
       (push (widget-create 'custom-abbrev
                            :value abbrevs
-                           :format "\n%{%t%}\n%v%i\n"
+                           :format "\nAbbrev Table: %{%t%}\n%v%i\n"
                            :tag (symbol-name table-name)
                            :sample-face 'highlight
                            :custom-abbrev-table table-name

Reply via email to