mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 14:30:50 -08:00
; More minor docfixes found by checkdoc
This commit is contained in:
parent
cf2fa6c87f
commit
25ebb9374b
69 changed files with 228 additions and 228 deletions
|
|
@ -437,7 +437,7 @@ return any documentation.")
|
|||
(defvar eldoc-display-functions
|
||||
'(eldoc-display-in-echo-area eldoc-display-in-buffer)
|
||||
"Hook of functions tasked with displaying ElDoc results.
|
||||
Each function is passed two arguments: DOCS and INTERACTIVE. DOCS
|
||||
Each function is passed two arguments: DOCS and INTERACTIVE. DOCS
|
||||
is a list (DOC ...) where DOC looks like (STRING :KEY VALUE :KEY2
|
||||
VALUE2 ...). STRING is a string containing the documentation's
|
||||
text and the remainder of DOC is an optional list of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue