On 2024-05-13, 18:14 +0700, Max Nikulin wrote: > Sorry, but did you manually edit the patch? I didn't. I generated it again and applied without errors. > If you wish to use `user-error' as in earlier revisions then you may use > > (error (user-error "Unknown shortdoc group or malformed link: `%s'" > path))))) Thanks, changed it. > An alternative might be something like (feel free to ignore) > > (condition-case err > ;; ... > (error (signal 'user-error (cdr err)))) ; more ) > > to preserve message generated by `shortdoc-display-group'. The error message generated by `shortdoc-display-group' may be vague when group is empty ("No such documentation group "), which might be the result of a malformed link.