From 288f8d0b0529fc99630928490e744d1e892edf28 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Tue, 5 May 2026 10:27:59 +0200 Subject: [PATCH] ; (elisp-fontify-symbol): Improve docstring. --- lisp/progmodes/elisp-mode.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index ce338cb06f1..64ff21e3578 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el @@ -611,7 +611,11 @@ semantic highlighting takes precedence." If `elisp-add-help-echo' is non-nil, also annotate the symbol with the `help-echo' text property. If `cursor-sensor-mode' is enabled and ID is -non-nil, also annotate the symbol with `cursor-sensor-functions'." +non-nil, also annotate the symbol with `cursor-sensor-functions'. + +For the precise meaning of the arguments of this function, see the +docstring of `elisp-scope-analyze-form'. This function is intended for +use with `elisp-scope-analyze-form' as its CALLBACK argument." (let ((end (progn (goto-char beg) (read (current-buffer)) (point)))) (let ((face (elisp-scope-get-symbol-role-property role :face))) (add-face-text-property