* lisp/indent.el (indent-rigidly): Improve prompt (bug#67620).
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user