changeset 11281:10f9cf00c770

(set-right-margin): Fix prompt.
author Richard M. Stallman <rms@gnu.org>
date Fri, 07 Apr 1995 23:44:31 +0000
parents 5146fba1f75d
children 3da60d3584c4
files lisp/indent.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)