; Fix recent small mistake in recent refactor.
This commit is contained in:
parent
c2d01dda42
commit
737d99e4ed
1 changed files with 2 additions and 2 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue