Mercurial > emacs
changeset 31593:833ec296540e
(indent-for-tab-command): Doc fix.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 14 Sep 2000 12:18:58 +0000 |
parents | 401684b10cd9 |
children | f8ad701a4a5b |
files | lisp/indent.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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")