Eli Zaretskii writes: > No, please leave unnecessary changes out of emacs-28. Even documentation changes? I'd suggest installing the change as attached on emacs-28. If that's not possible, I'd like to install it on master, but add the same text to the package "Commentary" section on emacs-28. > I would leave the original text intact, as dividing it into two splits > the description of the package, and the additional text is too long to > keep the beginning in mind. OK. > So I think the same message could be usefully conveyed with much fewer > words. I've tried shortening it in the attached. >> +(defcustom uce-i-want-to-use-this nil >> + "Non-nil means that you don't want the warning message about this package. >> +See `uce-reply-to-uce' for background." >> + :type 'boolean >> + :version "28.1") > > This is redundant, since users that don't want this should not load > the package. OK, I'm fine with a non-optional warning. > Why the same text again? [...] > And again? So these were the three entry points I see: `describe-package', `C-h f', and running the command. It is true that it should be enough to just show the warning when running the command.