]> git.eshelyaron.com Git - emacs.git/commitdiff
(indent-for-tab-command): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Tue, 8 Aug 2000 18:32:20 +0000 (18:32 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 8 Aug 2000 18:32:20 +0000 (18:32 +0000)
lisp/indent.el

index 7f044c4ac151a5f994ba234076bac414a6ccbb1f..6f3431fbd7f7ed5f78aaae8fb099035c5a26da09 100644 (file)
@@ -46,7 +46,9 @@
   (funcall indent-line-function))
 
 (defun indent-for-tab-command (&optional prefix-arg)
-  "Indent line in proper way for current major mode."
+  "Indent line in proper way for current major mode.
+The function actually called is determined by the value of
+`indent-line-function'."
   (interactive "P")
   (if (eq indent-line-function 'indent-to-left-margin)
       (insert-tab prefix-arg)