1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-07 06:50:23 -08:00

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") (interactive "P")
(let ((trace (cdr (smie-config--get-trace)))) (let ((trace (cdr (smie-config--get-trace))))
(cond (cond
((null trace) (message "No SMIE rules involved")) ((null trace) (message "No SMIE rules involved at this position"))
((not arg) ((not arg)
(message "Rules used: %s" (message "Rules used: %s"
(mapconcat (lambda (elem) (mapconcat (lambda (elem)