From bf018eefa2a9c33f9f80e977ee085e89df526992 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Sat, 29 Aug 2020 15:45:26 +0100 Subject: [PATCH] ; tiny indentation fix to lisp/progmodes/elisp-mode.el * lisp/progmodes/elisp-mode.el (elisp-eldoc-var-docstring): Fix indentation. --- lisp/progmodes/elisp-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index 21ba42a0fe1..72b94a57b4a 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el @@ -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 -- 2.39.2