projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f923ff
)
* lisp/indent.el (indent-rigidly): Improve prompt (bug#67620).
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 4 Dec 2023 12:22:32 +0000
(14:22 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 4 Dec 2023 12:22:32 +0000
(14:22 +0200)
lisp/indent.el
patch
|
blob
|
history
diff --git
a/lisp/indent.el
b/lisp/indent.el
index f64049d64b2212281ea21edf5cd0341ef221efa2..784a1e57fb4dc96914a719751122d0ec3c83084d 100644
(file)
--- a/
lisp/indent.el
+++ b/
lisp/indent.el
@@
-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))