mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-23 14:03:44 -05:00
In `+emacs-lisp-append-value-to-eldoc-a', if the `frame-width' of the minibuffer is smaller than the length of the documentation + " [...]" + 1, a negative maximum %s bound is passed, causing the error in the title. Fix this by clamping the computed LIMIT to 0.