mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-13 03:06:23 -08:00
(indent-region-function): Doc fix.
This commit is contained in:
parent
3bdffa9edb
commit
3704e77e4a
1 changed files with 2 additions and 2 deletions
|
|
@ -268,8 +268,8 @@ line, but does not move past any whitespace that was explicitly inserted
|
|||
(skip-chars-forward " \t")))
|
||||
|
||||
(defvar indent-region-function nil
|
||||
"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.")
|
||||
"Short cut function 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 column)
|
||||
"Indent each nonblank line in the region.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue