* lisp/indent.el (indent-rigidly): Improve prompt (bug#67620).
This commit is contained in:
parent
5f923ff1a6
commit
4fd254e183
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ indentation by specifying a large negative ARG."
|
|||
(interactive "r\nP\np")
|
||||
(if (and (not arg) interactive)
|
||||
(set-transient-map indent-rigidly-map t #'deactivate-mark
|
||||
"Indent region with %k")
|
||||
"Type %k to indent region interactively")
|
||||
(save-excursion
|
||||
(goto-char end)
|
||||
(setq end (point-marker))
|
||||
|
|
Loading…
Add table
Reference in a new issue