]> git.eshelyaron.com Git - emacs.git/commitdiff
(indent-region): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Mon, 25 Oct 1999 12:51:38 +0000 (12:51 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 25 Oct 1999 12:51:38 +0000 (12:51 +0000)
lisp/ChangeLog
lisp/indent.el

index 56d64e20af7677a81dcd6907cf98e2ed17a27b5b..ce22b922bddefc90abb7c03c3286e41081947277 100644 (file)
@@ -3,6 +3,8 @@
        * frame.el (auto-raise-mode): When enabling the mode,
        immediately raise the selected frame.
        
+       * indent.el (indent-region): Doc fix.
+
 1999-10-24  Stephen Eglen  <stephen@gnu.org>
 
        * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
index ca90040f045990cf463f024f66dced7a781e2f52..7f044c4ac151a5f994ba234076bac414a6ccbb1f 100644 (file)
@@ -285,11 +285,14 @@ A value of nil means really run `indent-according-to-mode' on each line.")
 
 (defun indent-region (start end column)
   "Indent each nonblank line in the region.
-With no argument, indent each line using `indent-according-to-mode',
+With prefix no argument, indent each line using `indent-according-to-mode',
 or use `indent-region-function' to do the whole region if that's non-nil.
 If there is a fill prefix, make each line start with the fill prefix.
 With argument COLUMN, indent each line to that column.
-Called from a program, takes three args: START, END and COLUMN."
+
+When you call this from a program, START and END specify
+the region to indent, and COLUMN specifies the indentation column.
+If COLUMN is nil, then indent each line according to the mode."
   (interactive "r\nP")
   (if (null column)
       (if fill-prefix