lisp/emacs-lisp/smie.el (smie-config-show-indent): Tweak message
This commit is contained in:
parent
739d18dc41
commit
0e1f81b9bc
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue