+2002-05-21 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * indent.el (indent-rigidly): Mention how to remove all indentation.
+
2002-05-18 Eli Zaretskii <eliz@is.elta.co.il>
* tar-mode.el (tar-octal-time): Fix the last argument of logior.
(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)