summaryrefslogtreecommitdiff
path: root/lisp/net/dictionary.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-09-30 15:12:21 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-09-30 15:12:21 +0200
commitb51a06f24d1b239cf6cec824f3a4c967642a7598 (patch)
tree1607a5caea9c23734b03095cbb521b67d0f97ddd /lisp/net/dictionary.el
parentb23e062d7463b76d25dfd9ba4a80c1848a448e42 (diff)
downloademacs-b51a06f24d1b239cf6cec824f3a4c967642a7598.tar.gz
emacs-b51a06f24d1b239cf6cec824f3a4c967642a7598.tar.bz2
emacs-b51a06f24d1b239cf6cec824f3a4c967642a7598.zip
Fix the `dictionary' parent defgroup
* lisp/net/dictionary.el (dictionary): The `hypermedia' group doesn't exist, so put it in the same parent group that `ispell' uses (bug#58178).
Diffstat (limited to 'lisp/net/dictionary.el')
-rw-r--r--lisp/net/dictionary.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/dictionary.el b/lisp/net/dictionary.el
index 43dd28ff6dc..4c52382c672 100644
--- a/lisp/net/dictionary.el
+++ b/lisp/net/dictionary.el
@@ -59,7 +59,7 @@ the existing connection."
(defgroup dictionary nil
"Client for accessing the dictd server based dictionaries."
- :group 'hypermedia)
+ :group 'applications)
(defgroup dictionary-proxy nil
"Proxy configuration options for the dictionary client."