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:
parent
739d18dc41
commit
0e1f81b9bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue