From: Eli Zaretskii Date: Tue, 21 May 2002 16:28:08 +0000 (+0000) Subject: (indent-rigidly): Mention how to remove all indentation. X-Git-Tag: ttn-vms-21-2-B4~14938 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a0f9388a1afba851ae4b095dea921e38a6d5a9e;p=emacs.git (indent-rigidly): Mention how to remove all indentation. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5adb0098615..a3a82208947 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-05-21 Eli Zaretskii + + * indent.el (indent-rigidly): Mention how to remove all indentation. + 2002-05-21 Colin Walters * international/mule-diag.el (describe-char-after): Order display 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)