nit: reformat+revise comments
Includes minor refactors to appease the byte-compiler or use more succinct (but equivalent) syntax.
This commit is contained in:
parent
d317fa4667
commit
96e3255c33
4 changed files with 32 additions and 34 deletions
|
@ -40,7 +40,7 @@
|
|||
((user-error "Definition lookup in SRC blocks isn't supported yet"))))))
|
||||
|
||||
;;;###autoload
|
||||
(defun +org-lookup-references-handler (identifier)
|
||||
(defun +org-lookup-references-handler (_identifier)
|
||||
"TODO"
|
||||
(when (org-in-src-block-p t)
|
||||
(user-error "References lookup in SRC blocks isn't supported yet")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue