diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-09-14 12:19:16 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-09-14 12:19:16 +0000 |
commit | b9ce5694b37a8f139bca81e5dfad288447e1472d (patch) | |
tree | dd34a5c572811700ade8b79f076837ed53a9f485 /lisp | |
parent | 9385d14d31a2427ed617ea5829a50b87a7414092 (diff) | |
download | emacs-b9ce5694b37a8f139bca81e5dfad288447e1472d.tar.gz |
(indent-for-tab-command): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/indent.el | 2 |
2 files changed, 6 insertions, 0 deletions
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 <gerd@gnu.org> + + * indent.el (indent-for-tab-command): Doc fix. + 2000-09-13 Kenichi Handa <handa@etl.go.jp> * 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") |