From: Gerd Moellmann Date: Thu, 14 Sep 2000 12:19:16 +0000 (+0000) Subject: (indent-for-tab-command): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~1627 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b9ce5694b37a8f139bca81e5dfad288447e1472d;p=emacs.git (indent-for-tab-command): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 87c963d5a28..42df38b4ba1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-09-14 Gerd Moellmann + + * indent.el (indent-for-tab-command): Doc fix. + 2000-09-13 Kenichi Handa * international/quail.el (quail-start-translation): Translate KEY diff --git a/lisp/indent.el b/lisp/indent.el index 6f3431fbd7f..1a7193893c4 100644 --- a/lisp/indent.el +++ b/lisp/indent.el @@ -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")