Fix interactive spec of doom/retab

This commit is contained in:
Janfel 2021-02-02 02:41:45 +01:00 committed by GitHub
parent 6c163d77d9
commit 8331f4f896
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)))