emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master bf018ee 1/2: ; tiny indentation fix to lisp/progmodes/elisp-mode.


From: João Távora
Subject: master bf018ee 1/2: ; tiny indentation fix to lisp/progmodes/elisp-mode.el
Date: Sun, 30 Aug 2020 09:55:53 -0400 (EDT)

branch: master
commit bf018eefa2a9c33f9f80e977ee085e89df526992
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@gmail.com>

    ; 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 21ba42a..72b94a5 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]