From: Richard M. Stallman Date: Wed, 26 Jul 1995 22:23:11 +0000 (+0000) Subject: (indent-region-function): Doc fix. X-Git-Tag: emacs-19.34~3177 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3704e77e4ace2cda57ec6552d1df4bfd4f53a2ee;p=emacs.git (indent-region-function): Doc fix. --- 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 (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.