diff lisp/indent.el @ 45438:7a6c116b0d4a

(indent-rigidly): Mention how to remove all indentation.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 21 May 2002 16:27:33 +0000
parents 2a9743cfbeab
children 023f680b7cfe
line wrap: on
line diff
--- a/lisp/indent.el	Tue May 21 16:24:28 2002 +0000
+++ b/lisp/indent.el	Tue May 21 16:27:33 2002 +0000
@@ -104,7 +104,8 @@
 
 (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)