diff options
| author | Richard M. Stallman | 1995-07-26 22:23:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-07-26 22:23:11 +0000 |
| commit | 3704e77e4ace2cda57ec6552d1df4bfd4f53a2ee (patch) | |
| tree | 280e80bebcbed871d0e021ba185d0101c6dfd252 | |
| parent | 3bdffa9edb8c96707624785a7011fd312ac066f6 (diff) | |
| download | emacs-3704e77e4ace2cda57ec6552d1df4bfd4f53a2ee.tar.gz emacs-3704e77e4ace2cda57ec6552d1df4bfd4f53a2ee.zip | |
(indent-region-function): Doc fix.
| -rw-r--r-- | lisp/indent.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/indent.el b/lisp/indent.el index 50d3f834239..9aaaf299423 100644 --- a/lisp/indent.el +++ b/lisp/indent.el | |||
| @@ -268,8 +268,8 @@ line, but does not move past any whitespace that was explicitly inserted | |||
| 268 | (skip-chars-forward " \t"))) | 268 | (skip-chars-forward " \t"))) |
| 269 | 269 | ||
| 270 | (defvar indent-region-function nil | 270 | (defvar indent-region-function nil |
| 271 | "Function which is short cut to indent region using indent-according-to-mode. | 271 | "Short cut function to indent region using `indent-according-to-mode'. |
| 272 | A value of nil means really run indent-according-to-mode on each line.") | 272 | A value of nil means really run `indent-according-to-mode' on each line.") |
| 273 | 273 | ||
| 274 | (defun indent-region (start end column) | 274 | (defun indent-region (start end column) |
| 275 | "Indent each nonblank line in the region. | 275 | "Indent each nonblank line in the region. |