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:
parent
b23e062d74
commit
b51a06f24d
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue