mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; 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:
parent
130bf51c41
commit
bf018eefa2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue