From: Richard M. Stallman Date: Fri, 7 Apr 1995 23:44:31 +0000 (+0000) Subject: (set-right-margin): Fix prompt. X-Git-Tag: emacs-19.34~4577 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8cf19007fd7243731639303d140e668ab8bb9500;p=emacs.git (set-right-margin): Fix prompt. --- diff --git a/lisp/indent.el b/lisp/indent.el index 76744c4d6c0..50d3f834239 100644 --- a/lisp/indent.el +++ b/lisp/indent.el @@ -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)