]> git.eshelyaron.com Git - emacs.git/commitdiff
(indent-rigidly): Mention how to remove all indentation.
authorEli Zaretskii <eliz@gnu.org>
Tue, 21 May 2002 16:31:14 +0000 (16:31 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 21 May 2002 16:31:14 +0000 (16:31 +0000)
lisp/ChangeLog
lisp/indent.el

index fb379cd176356d00eb8d120f0ae4adf08022e2fd..cc34d5c410fd90d63ead82d4c819bcc439d54432 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-21  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * indent.el (indent-rigidly): Mention how to remove all indentation.
+
 2002-05-18  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * tar-mode.el (tar-octal-time): Fix the last argument of logior.
index 95be962983753eba32b7faa9de26956bf7c0294f..71053d9f1562d8753cd873ce92e0b36c60c28581 100644 (file)
@@ -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)