]> git.eshelyaron.com Git - emacs.git/commitdiff
(indent-region-function): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 26 Jul 1995 22:23:11 +0000 (22:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 26 Jul 1995 22:23:11 +0000 (22:23 +0000)
lisp/indent.el

index 50d3f8342394c49284ae4ddbeec2688922f96fdd..9aaaf299423b8f61acec3f91fedfdea3688d121d 100644 (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.