; tiny indentation fix to lisp/progmodes/elisp-mode.el
* lisp/progmodes/elisp-mode.el (elisp-eldoc-var-docstring): Fix indentation.
This commit is contained in:
@@ -1421,7 +1421,7 @@ Intended for `eldoc-documentation-functions' (which see)."
|
||||
"Document variable at point.
|
||||
Intended for `eldoc-documentation-functions' (which see)."
|
||||
(let* ((sym (elisp--current-symbol))
|
||||
(docstring (and sym (elisp-get-var-docstring sym))))
|
||||
(docstring (and sym (elisp-get-var-docstring sym))))
|
||||
(when docstring
|
||||
(funcall callback docstring
|
||||
:thing sym
|
||||
|
||||
Reference in New Issue
Block a user