]> git.eshelyaron.com Git - emacs.git/commitdiff
; tiny indentation fix to lisp/progmodes/elisp-mode.el
authorJoão Távora <joaotavora@gmail.com>
Sat, 29 Aug 2020 14:45:26 +0000 (15:45 +0100)
committerJoão Távora <joaotavora@gmail.com>
Sun, 30 Aug 2020 13:55:36 +0000 (14:55 +0100)
* lisp/progmodes/elisp-mode.el (elisp-eldoc-var-docstring): Fix
indentation.

lisp/progmodes/elisp-mode.el

index 21ba42a0fe1bd66b22fadf889c43886d732d0f02..72b94a57b4a5717ad3d36c5ec9c1695ef966762a 100644 (file)
@@ -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