diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-04-07 23:44:31 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-04-07 23:44:31 +0000 |
commit | 8cf19007fd7243731639303d140e668ab8bb9500 (patch) | |
tree | 9c50162c7c4c393a55a51c77f15318b5f23b731c /lisp/indent.el | |
parent | fb7756026a303066156e602727ea8d233e50f966 (diff) | |
download | emacs-8cf19007fd7243731639303d140e668ab8bb9500.tar.gz |
(set-right-margin): Fix prompt.
Diffstat (limited to 'lisp/indent.el')
-rw-r--r-- | lisp/indent.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |