Mercurial > emacs
changeset 12683:0e9d2009e609
(indent-region-function): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 26 Jul 1995 22:23:11 +0000 |
parents | 66b3d052d4fe |
children | 74e59068a948 |
files | lisp/indent.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/indent.el Wed Jul 26 22:21:02 1995 +0000 +++ b/lisp/indent.el Wed Jul 26 22:23:11 1995 +0000 @@ -268,8 +268,8 @@ (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.