mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 06:50:23 -08:00
Checkdoc fixes in emacs-lisp/*.el
* lisp/emacs-lisp/bytecomp.el (byte-compile-free-vars-warn) (byte-compile-out): * lisp/emacs-lisp/eldoc.el (eldoc-documentation-functions): * lisp/emacs-lisp/find-func.el (find-ert-deftest-regexp): * lisp/emacs-lisp/macroexp.el (byte-compile-form-stack): Checkdoc fixes.
This commit is contained in:
parent
5fe1ae0e84
commit
ef7364b070
4 changed files with 5 additions and 5 deletions
|
|
@ -462,7 +462,7 @@ documentation-displaying frontends. For example, KEY can be:
|
|||
|
||||
The additional KEY `:origin' is always added by ElDoc, its VALUE
|
||||
being the member of `eldoc-documentation-functions' where
|
||||
DOCSTRING originated. `eldoc-display-functions' may use this
|
||||
DOCSTRING originated. `eldoc-display-functions' may use this
|
||||
information to organize display of multiple docstrings.
|
||||
|
||||
Finally, major modes should modify this hook locally, for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue