3 This is a library for showing inline contextual docs above or below.
5 This source code mainly is
6 from [justbur](https://emacs.stackexchange.com/users/14114/justbur)
8 [question](https://emacs.stackexchange.com/questions/29256/display-eldoc-help-info-behind-point) .
12 On theory, this mode should support all Emacs available platforms.
21 ![screenshot](screenshot.png)
25 You can use this library function `inline-docs` in packages like [eldoc-overlay-mode](https://github.com/stardiviner/eldoc-overlay-mode).
28 (setq eldoc-message-function #'inline-docs)
32 (inline-docs "FORMATED-STRING")
33 (inline-docs "STRING")
38 - [eldoc-overlay-mode](https://github.com/stardiviner/eldoc-overlay-mode)