aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEshel Yaron2025-10-01 12:58:31 +0200
committerEshel Yaron2025-10-01 12:58:31 +0200
commit737d99e4ed342df91b53134d74af98700c95bb23 (patch)
tree9cb76e7698f25a21b440478f4c82f3a1da839021
parentc2d01dda422550f36ca196f27f200ffe7dfee499 (diff)
downloademacs-737d99e4ed342df91b53134d74af98700c95bb23.tar.gz
emacs-737d99e4ed342df91b53134d74af98700c95bb23.zip
; Fix recent small mistake in recent refactor.
-rw-r--r--lisp/emacs-lisp/elisp-scope.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/elisp-scope.el b/lisp/emacs-lisp/elisp-scope.el
index 1eb385dbddb..a1e2862990c 100644
--- a/lisp/emacs-lisp/elisp-scope.el
+++ b/lisp/emacs-lisp/elisp-scope.el
@@ -281,9 +281,9 @@ NAME inherits properties that do not appear in PROPS from its PARENTS."
281 :namespace 'widget-type) 281 :namespace 'widget-type)
282 282
283(elisp-scope-define-symbol-role widget-type-definition (widget-type) 283(elisp-scope-define-symbol-role widget-type-definition (widget-type)
284 :doc "Widget role definitions." 284 :doc "Widget type definitions."
285 :imenu "Widget" 285 :imenu "Widget"
286 :help (cl-constantly "Widget role definition")) 286 :help (cl-constantly "Widget type definition"))
287 287
288(elisp-scope-define-symbol-role type () 288(elisp-scope-define-symbol-role type ()
289 :doc "ELisp object type names." 289 :doc "ELisp object type names."