Files
emacs/lisp/progmodes
João Távora df2ae3f9c1 Don't let docless variables hide function signature
In Elisp mode, ElDoc will try the variable's docstring first, then the
function signature.  If the former doesn't have one, don't hide the
latter.

* lisp/progmodes/elisp-mode.el (elisp-eldoc-var-docstring): If no
symbol docstring, don't declare any.
2020-08-16 19:05:05 +01:00
..
2020-05-16 17:48:36 +02:00
2020-07-09 11:14:34 +01:00
2020-07-07 07:50:39 -07:00
2020-08-11 21:04:12 +02:00