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).
This commit is contained in:
Lars Ingebrigtsen 2022-09-30 15:12:21 +02:00
parent b23e062d74
commit b51a06f24d

View file

@ -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."