summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-10-06 09:32:02 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-10-06 09:32:02 +0200
commit5f8849425cad71fa173008bcf87b9aec07730dba (patch)
treedf01396fae2370c5fda83b0a8a794af26d774809
parentf0a06364fb7a9d40752109855335990ccee0f410 (diff)
downloademacs-5f8849425cad71fa173008bcf87b9aec07730dba.tar.gz
Fix typo in `(emacs) Lisp Doc'
* doc/emacs/programs.texi (Lisp Doc): Fix reference to 'eldoc-echo-area-display-truncation-message'. (Bug#58324)
-rw-r--r--doc/emacs/programs.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi
index c746a374b32..9eb11c602de 100644
--- a/doc/emacs/programs.texi
+++ b/doc/emacs/programs.texi
@@ -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
register their documentation functions with ElDoc.
-@vindex eldoc-display-truncation-message
-@item eldoc-display-truncation-message
+@vindex eldoc-echo-area-display-truncation-message
+@item eldoc-echo-area-display-truncation-message
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
area). If @code{nil}, just mark truncated messages with @samp{...}.