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 | 120fe0f6350385c7ab0bfb0ffbfa6eafa87411a5 (patch) | |
tree | 77318976272429368ee9dfe6d9a77f825e2744c2 /lisp/indent.el | |
parent | ffa4489f0f76a577230b15ed45f6b9461c41be22 (diff) | |
download | emacs-120fe0f6350385c7ab0bfb0ffbfa6eafa87411a5.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) |