mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 22:41:06 -08:00
(eldoc-message-commands-table-size, eldoc-message-commands,
eldoc-current-idle-delay): Fix typos in docstrings.
This commit is contained in:
parent
d56f40cb55
commit
a1a57a4244
2 changed files with 13 additions and 5 deletions
|
|
@ -104,7 +104,7 @@ truncated to make more of the arglist or documentation string visible."
|
|||
;;; No user options below here.
|
||||
|
||||
(defvar eldoc-message-commands-table-size 31
|
||||
"This is used by eldoc-add-command to initialize eldoc-message-commands
|
||||
"This is used by `eldoc-add-command' to initialize `eldoc-message-commands'
|
||||
as an obarray.
|
||||
It should probably never be necessary to do so, but if you
|
||||
choose to increase the number of buckets, you must do so before loading
|
||||
|
|
@ -116,7 +116,7 @@ Remember to keep it a prime number to improve hash performance.")
|
|||
"Commands after which it is appropriate to print in the echo area.
|
||||
Eldoc does not try to print function arglists, etc. after just any command,
|
||||
because some commands print their own messages in the echo area and these
|
||||
functions would instantly overwrite them. But self-insert-command as well
|
||||
functions would instantly overwrite them. But `self-insert-command' as well
|
||||
as most motion commands are good candidates.
|
||||
This variable contains an obarray of symbols; do not manipulate it
|
||||
directly. Instead, use `eldoc-add-command' and `eldoc-remove-command'.")
|
||||
|
|
@ -132,7 +132,7 @@ directly. Instead, use `eldoc-add-command' and `eldoc-remove-command'.")
|
|||
(defvar eldoc-timer nil "eldoc's timer object.")
|
||||
|
||||
(defvar eldoc-current-idle-delay eldoc-idle-delay
|
||||
"idle time delay currently in use by timer.
|
||||
"Idle time delay currently in use by timer.
|
||||
This is used to determine if `eldoc-idle-delay' is changed by the user.")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue