From 737d99e4ed342df91b53134d74af98700c95bb23 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Wed, 1 Oct 2025 12:58:31 +0200 Subject: [PATCH] ; Fix recent small mistake in recent refactor. --- lisp/emacs-lisp/elisp-scope.el | 4 ++-- 1 file 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." :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."