From 8cf19007fd7243731639303d140e668ab8bb9500 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 7 Apr 1995 23:44:31 +0000 Subject: [PATCH] (set-right-margin): Fix prompt. --- lisp/indent.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)