mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-26 10:49:33 +00:00
(set-right-margin): Fix prompt.
This commit is contained in:
parent
fb7756026a
commit
8cf19007fd
@ -162,7 +162,7 @@ If `auto-fill-mode' is active, re-fill the region to fit the new margin."
|
||||
(defun set-right-margin (from to lm)
|
||||
"Set the right margin of the region to WIDTH.
|
||||
If `auto-fill-mode' is active, re-fill the region to fit the new margin."
|
||||
(interactive "r\nNSet left margin to column: ")
|
||||
(interactive "r\nNSet right margin to width: ")
|
||||
(if (interactive-p) (setq lm (prefix-numeric-value lm)))
|
||||
(save-excursion
|
||||
(goto-char from)
|
||||
|
Loading…
Reference in New Issue
Block a user