More suitable message in deprecation warning.

This commit is contained in:
Minoru Sekine 2021-01-03 07:14:25 +09:00
parent ea45a13707
commit cddceecd65
1 changed files with 1 additions and 1 deletions

View File

@ -750,7 +750,7 @@ Shortcuts Command Name
"Warns the user about the deprecation of the `puml-mode' project."
(if (and plantuml-suppress-deprecation-warning
(featurep 'puml-mode))
(display-warning :warning
(display-warning 'plantuml-mode
"`puml-mode' is now deprecated and no longer updated, but it's still present in your system. \
You should move your configuration to use `plantuml-mode'. \
See more at https://github.com/skuro/puml-mode/issues/26")))