Mercurial > emacs
changeset 26169:c24dd11dad46
(indent-region): Doc fix.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 25 Oct 1999 12:50:59 +0000 |
parents | fa94bb0c2c8c |
children | 4f688cee194e |
files | lisp/indent.el |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/indent.el Mon Oct 25 12:31:55 1999 +0000 +++ b/lisp/indent.el Mon Oct 25 12:50:59 1999 +0000 @@ -285,11 +285,14 @@ (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