changeset 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 c48cc0f16c0e
children 4b837a181f23
files lisp/indent.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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)