From: Eli Zaretskii Date: Sun, 13 Apr 2025 10:03:03 +0000 (+0300) Subject: ; Fix last change X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d161df02711f18ce679e8ca7b2f9e1badc12fb2b;p=emacs.git ; Fix last change * lisp/progmodes/elisp-mode.el (elisp-eldoc-docstring-length-limit): * etc/NEWS: Fix documentation of last change. (Bug#77628) (cherry picked from commit f5b59a8a7318d611a04ef32f4042e3ca9bd1b315) --- diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index 9eb50ad7f22..cc780138e1b 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el @@ -1922,7 +1922,7 @@ Intended for `eldoc-documentation-functions' (which see)." 'font-lock-keyword-face))))) (defcustom elisp-eldoc-docstring-length-limit 1000 - "Maximum docstring character limit displayed by elisp eldoc functions." + "Maximum length of doc strings displayed by elisp ElDoc functions." :type 'natnum :group 'elisp :version "31.1")