]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change
authorEli Zaretskii <eliz@gnu.org>
Sun, 13 Apr 2025 10:03:03 +0000 (13:03 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 13 Apr 2025 21:00:24 +0000 (23:00 +0200)
* lisp/progmodes/elisp-mode.el (elisp-eldoc-docstring-length-limit):
* etc/NEWS: Fix documentation of last change.  (Bug#77628)

(cherry picked from commit f5b59a8a7318d611a04ef32f4042e3ca9bd1b315)

lisp/progmodes/elisp-mode.el

index 9eb50ad7f22b99a83a33ed5f05889b9a41eafbb2..cc780138e1bcfe019b759a52f17e676b42d3bc84 100644 (file)
@@ -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")