1
Fork 0
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:
Richard M. Stallman 1995-07-26 22:23:11 +00:00
parent 3bdffa9edb
commit 3704e77e4a

View file

@ -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.