diff options
Diffstat (limited to 'lisp/emacs-lisp/shadow.el')
-rw-r--r-- | lisp/emacs-lisp/shadow.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/shadow.el b/lisp/emacs-lisp/shadow.el index 0a7b435267c..3618cdd9ea2 100644 --- a/lisp/emacs-lisp/shadow.el +++ b/lisp/emacs-lisp/shadow.el @@ -53,7 +53,7 @@ ;;; Code: -(defgroup shadow nil +(defgroup lisp-shadow nil "Locate Emacs Lisp file shadowings." :prefix "shadows-" :group 'lisp) @@ -62,7 +62,7 @@ "*If non-nil, then shadowing files are reported only if their text differs. This is slower, but filters out some innocuous shadowing." :type 'boolean - :group 'shadow) + :group 'lisp-shadow) (defun find-emacs-lisp-shadows (&optional path) "Return a list of Emacs Lisp files that create shadows. |