; Fix recent small mistake in recent refactor.

This commit is contained in:
Eshel Yaron 2025-10-01 12:58:31 +02:00
parent c2d01dda42
commit 737d99e4ed
No known key found for this signature in database
GPG key ID: EF3EE9CA35D78618

View file

@ -281,9 +281,9 @@ NAME inherits properties that do not appear in PROPS from its PARENTS."
:namespace 'widget-type)
(elisp-scope-define-symbol-role widget-type-definition (widget-type)
:doc "Widget role definitions."
:doc "Widget type definitions."
:imenu "Widget"
:help (cl-constantly "Widget role definition"))
:help (cl-constantly "Widget type definition"))
(elisp-scope-define-symbol-role type ()
:doc "ELisp object type names."