From df57cd9493b8fa920db4ff553cd9156b51f96eac Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 21 May 2002 16:31:14 +0000 Subject: [PATCH] (indent-rigidly): Mention how to remove all indentation. --- lisp/ChangeLog | 4 ++++ lisp/indent.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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) -- 2.39.2