]> 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:28:08 +0000 (16:28 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 21 May 2002 16:28:08 +0000 (16:28 +0000)
lisp/ChangeLog
lisp/indent.el

index 5adb009861527c292b2d259f88851bce7e14f0a9..a3a82208947a320d29542f3cfbb7be1ef8c5cea4 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-21  Colin Walters  <walters@gnu.org>
 
        * international/mule-diag.el (describe-char-after): Order display
index da0e04bb1b78b3d9059e270b4f09084524e1ebfc..cdf5ac49b9ec3a5cf00047db307b6644338e3274 100644 (file)
@@ -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)