branch: elpa/adoc-mode commit 7aa44fea5b29a30f80684129cf6e113edf418054 Author: FLKA <florian.kaufm...@besi.com> Commit: FLKA <florian.kaufm...@besi.com>
in menu, unicode chars for (R) and (TM) were interchanged --- adoc-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adoc-mode.el b/adoc-mode.el index 7e099ad2e9..474ef6e74f 100644 --- a/adoc-mode.el +++ b/adoc-mode.el @@ -2242,8 +2242,8 @@ new customization demands." :help ,adoc-help-ruler-line]) ("Text formatting - replacements" ["Copyright: (C) \u2192 \u00A9" tempo-template-adoc-copyright] - ["Trademark: (TM) \u2192 \u00AE" tempo-template-adoc-trademark] - ["Registered trademark: (R) \u2192 \u2122" tempo-template-adoc-registered-trademark] + ["Trademark: (TM) \u2192 \u2122" tempo-template-adoc-trademark] + ["Registered trademark: (R) \u2192 \u00AE" tempo-template-adoc-registered-trademark] ["Dash: -- \u2192 \u2014" tempo-template-adoc-dash] ["Ellipsis: ... \u2192 \u2026" tempo-template-adoc-ellipsis] ["Right arrow: -> \u2192 \u2192" tempo-template-adoc-right-arrow]