Fix interactive spec of doom/retab
This commit is contained in:
parent
6c163d77d9
commit
8331f4f896
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ the value of `indent-tab-mode'.
|
||||||
|
|
||||||
If ARG (universal argument) is non-nil, retab the current buffer using the
|
If ARG (universal argument) is non-nil, retab the current buffer using the
|
||||||
opposite indentation style."
|
opposite indentation style."
|
||||||
(interactive "Pr")
|
(interactive "P\nr")
|
||||||
(unless (and beg end)
|
(unless (and beg end)
|
||||||
(setq beg (point-min)
|
(setq beg (point-min)
|
||||||
end (point-max)))
|
end (point-max)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue