Eli Zaretskii writes: >> From: Elijah Gabe Pérez >> Date: Mon, 07 Apr 2025 23:08:18 -0600 >> >> * lisp/progmodes/elisp-mode.el (elisp-eldoc-funcall-with-docstring): >> Add "Undocumented" as docstring if the function as no docstring, >> and limit docstring length to 1000 characters. (bug#) > > Thanks, but should 1000 be hard-coded, or should we perhaps have a > variable for it? I've added a variable for limit both `elisp-eldoc-funcall-with-docstring' and `elisp-eldoc-var-docstring-with-value'. `elisp-eldoc-var-docstring-with-value' also set a limit.