1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-18 11:50:38 -08:00

Fix typo in `(emacs) Lisp Doc'

* doc/emacs/programs.texi (Lisp Doc): Fix reference to
'eldoc-echo-area-display-truncation-message'.  (Bug#58324)
This commit is contained in:
Stefan Kangas 2022-10-06 09:32:02 +02:00
parent f0a06364fb
commit 5f8849425c

View file

@ -1316,8 +1316,8 @@ This abnormal hook holds documentation functions. It acts as a
collection of backends for ElDoc. This is what modes should use to collection of backends for ElDoc. This is what modes should use to
register their documentation functions with ElDoc. register their documentation functions with ElDoc.
@vindex eldoc-display-truncation-message @vindex eldoc-echo-area-display-truncation-message
@item eldoc-display-truncation-message @item eldoc-echo-area-display-truncation-message
If non-@code{nil} (the default), display a verbose message about how If non-@code{nil} (the default), display a verbose message about how
to view a complete documentation (if it has been truncated in the echo to view a complete documentation (if it has been truncated in the echo
area). If @code{nil}, just mark truncated messages with @samp{...}. area). If @code{nil}, just mark truncated messages with @samp{...}.