From 3245b17a0fd846470d63a24bcab3b093a3100b89 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 21 Oct 2022 16:17:17 +0300 Subject: [PATCH] ; * doc/emacs/programs.texi (Programming Language Doc): Fix typos. --- doc/emacs/programs.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index 3c08909d418..6abf29c0093 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi @@ -1356,7 +1356,7 @@ point by using the command @kbd{M-x eldoc-print-current-symbol-info}. The value of this user option controls the amount of idle time before the at-point documentation is displayed. It should be set to the number of seconds to wait; the value of zero means to display without -any delay. the default is 0.5 sec. +any delay. The default is 0.5 sec. @item eldoc-print-after-edit If this user option is non-@code{nil}, ElDoc will show documentation @@ -1399,7 +1399,7 @@ documentation is already displayed in some window. (You can use the command @kbd{M-x eldoc-doc-buffer} any time to show the ElDoc buffer.) If the value of this option is the symbol @code{maybe}, the documentation will not be displayed in the echo area if the ElDoc -buffer is shown in some window and the documentation text has to be +buffer is shown in some window, and the documentation text has to be truncated if displayed in the echo area. Finally, the value of @code{nil} (the default) means always show the documentation in the echo area. -- 2.39.5