]> git.eshelyaron.com Git - emacs.git/commitdiff
(set-right-margin): Fix prompt.
authorRichard M. Stallman <rms@gnu.org>
Fri, 7 Apr 1995 23:44:31 +0000 (23:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 7 Apr 1995 23:44:31 +0000 (23:44 +0000)
lisp/indent.el

index 76744c4d6c0d6020e1d983e023da4096ed535f31..50d3f8342394c49284ae4ddbeec2688922f96fdd 100644 (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)