1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(set-right-margin): Fix prompt.

This commit is contained in:
Richard M. Stallman 1995-04-07 23:44:31 +00:00
parent fb7756026a
commit 8cf19007fd

View File

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