mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; (elisp-scope--symbol): Add a docstring.
This commit is contained in:
parent
97c000de0f
commit
cc824195bf
1 changed files with 1 additions and 0 deletions
|
|
@ -588,6 +588,7 @@ Optional argument LOCAL is a local context to extend."
|
|||
beg sym beg))
|
||||
|
||||
(defun elisp-scope--symbol (sym)
|
||||
"Analyze and report symbol SYM as a variable reference."
|
||||
(when-let* ((beg (elisp-scope--sym-pos sym))
|
||||
(bare (bare-symbol sym)))
|
||||
(if (keywordp bare) (elisp-scope--report 'constant beg bare)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue