diff options
author | Eli Zaretskii <eliz@gnu.org> | 2002-05-21 16:28:08 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2002-05-21 16:28:08 +0000 |
commit | 5a0f9388a1afba851ae4b095dea921e38a6d5a9e (patch) | |
tree | be21548f858cc5c52dcf72aceface67c2f718e6f /lisp/indent.el | |
parent | f98345fa1c5894fb25cd0738e3a5e252f4eb95c5 (diff) | |
download | emacs-5a0f9388a1afba851ae4b095dea921e38a6d5a9e.tar.gz |
(indent-rigidly): Mention how to remove all indentation.
Diffstat (limited to 'lisp/indent.el')
-rw-r--r-- | lisp/indent.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/indent.el b/lisp/indent.el index da0e04bb1b7..cdf5ac49b9e 100644 --- a/lisp/indent.el +++ b/lisp/indent.el @@ -104,7 +104,8 @@ The function actually called to indent is determined by the value of (defun indent-rigidly (start end arg) "Indent all lines starting in the region sideways by ARG columns. -Called from a program, takes three arguments, START, END and ARG." +Called from a program, takes three arguments, START, END and ARG. +You can remove all indentation from a region by giving a large negative ARG." (interactive "r\np") (save-excursion (goto-char end) |