mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-03 14:10:47 -08:00
* indent.el (indent-region, indent-region-function): Doc fix.
This commit is contained in:
parent
84aa3ace66
commit
797d8537f2
1 changed files with 3 additions and 3 deletions
|
|
@ -77,12 +77,12 @@ Called from a program, takes three arguments, START, END and ARG."
|
|||
(goto-char epos)))))
|
||||
|
||||
(defvar indent-region-function nil
|
||||
"Function which is short cut to indent each line in region with TAB.
|
||||
A value of nil means really perform TAB on each line.")
|
||||
"Function which is short cut to indent region using indent-according-to-mode.
|
||||
A value of nil means really run indent-according-to-mode on each line.")
|
||||
|
||||
(defun indent-region (start end arg)
|
||||
"Indent each nonblank line in the region.
|
||||
With no argument, indent each line with TAB.
|
||||
With no argument, indent each line using indent-according-to-mode.
|
||||
\(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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue