# HG changeset patch # User Gerd Moellmann # Date 968933938 0 # Node ID 833ec296540eba33d2712b3765f56066e2f63482 # Parent 401684b10cd97fa2b2148f5695d7605ca105c05e (indent-for-tab-command): Doc fix. diff -r 401684b10cd9 -r 833ec296540e lisp/indent.el --- a/lisp/indent.el Thu Sep 14 11:57:02 2000 +0000 +++ b/lisp/indent.el Thu Sep 14 12:18:58 2000 +0000 @@ -47,6 +47,8 @@ (defun indent-for-tab-command (&optional prefix-arg) "Indent line in proper way for current major mode. +If initial point was within line's indentation, position after +the indentation. Else stay at same point in text. The function actually called is determined by the value of `indent-line-function'." (interactive "P")