lisp/emacs-lisp/smie.el (smie-config-show-indent): Tweak message

This commit is contained in:
Stefan Monnier 2025-03-18 08:42:42 -04:00
parent 739d18dc41
commit 0e1f81b9bc

View file

@ -2063,7 +2063,7 @@ position corresponding to each rule."
(interactive "P")
(let ((trace (cdr (smie-config--get-trace))))
(cond
((null trace) (message "No SMIE rules involved"))
((null trace) (message "No SMIE rules involved at this position"))
((not arg)
(message "Rules used: %s"
(mapconcat (lambda (elem)