From: Eli Zaretskii Date: Tue, 21 May 2002 16:31:14 +0000 (+0000) Subject: (indent-rigidly): Mention how to remove all indentation. X-Git-Tag: emacs-pretest-21.2.91~262 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=df57cd9493b8fa920db4ff553cd9156b51f96eac;p=emacs.git (indent-rigidly): Mention how to remove all indentation. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fb379cd1763..cc34d5c410f 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-18 Eli Zaretskii * tar-mode.el (tar-octal-time): Fix the last argument of logior. diff --git a/lisp/indent.el b/lisp/indent.el index 95be9629837..71053d9f156 100644 --- a/lisp/indent.el +++ b/lisp/indent.el @@ -78,7 +78,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)