Re: bug#74363: [PATCH] Type correction and docstring change in `erc-spelling-dictionaries'
"J.P." <[email protected]> Fri, 15 Nov 2024 12:03:27 -0800
| Newsgroups | gmane.emacs.erc.general |
|---|---|
| Message-ID | <[email protected]> |
Bruno Boal <[email protected]> writes: > Tags: patch > > > Salutations, > > This patch addresses a minor incorrection in the :type of the variable > `erc-spelling-dictionaries' in the erc-spelling library. > The :group keyword is also dropped, as it inherits from the > defgroup declared earlier in the file. > > Additionally, a change to the docstring is proposed to better adhere to > the examples and explanations of the manual. > > Note that the initial form of :type was preserved for clarity instead of > the alternative option: (alist :value-type (group string)) > > Best regards Installed as https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=29098a29 Thanks!