Mercurial > emacs
changeset 30690:e666b7ea99a9
(indent-for-tab-command): Doc fix.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 08 Aug 2000 18:32:20 +0000 |
parents | 194b7f43b959 |
children | eedb47bce69b |
files | lisp/indent.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/indent.el Tue Aug 08 18:32:10 2000 +0000 +++ b/lisp/indent.el Tue Aug 08 18:32:20 2000 +0000 @@ -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)