From beea6c937bba093bd123fd401e8d80e395b14d40 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 18 Mar 2025 08:42:42 -0400 Subject: [PATCH] lisp/emacs-lisp/smie.el (smie-config-show-indent): Tweak message (cherry picked from commit 0e1f81b9bc469c7b115d1abcd12c20aae4160dd7) --- lisp/emacs-lisp/smie.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/smie.el b/lisp/emacs-lisp/smie.el index 111d413cc42..0286f430045 100644 --- a/lisp/emacs-lisp/smie.el +++ b/lisp/emacs-lisp/smie.el @@ -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) -- 2.39.5