# HG changeset patch # User Richard M. Stallman # Date 797298271 0 # Node ID 10f9cf00c77086ad56587614613996af26d9a463 # Parent 5146fba1f75d379e565d887ec450b3d0f6f8c024 (set-right-margin): Fix prompt. diff -r 5146fba1f75d -r 10f9cf00c770 lisp/indent.el --- a/lisp/indent.el Fri Apr 07 23:10:25 1995 +0000 +++ b/lisp/indent.el Fri Apr 07 23:44:31 1995 +0000 @@ -162,7 +162,7 @@ (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)