From: Eli Zaretskii Date: Fri, 21 Oct 2022 13:17:17 +0000 (+0300) Subject: ; * doc/emacs/programs.texi (Programming Language Doc): Fix typos. X-Git-Tag: emacs-29.0.90~1616^2~510 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3245b17a0fd846470d63a24bcab3b093a3100b89;p=emacs.git ; * doc/emacs/programs.texi (Programming Language Doc): Fix typos. --- 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.