]> git.eshelyaron.com Git - emacs.git/commitdiff
(indent-for-tab-command): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Thu, 14 Sep 2000 12:19:16 +0000 (12:19 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 14 Sep 2000 12:19:16 +0000 (12:19 +0000)
lisp/ChangeLog
lisp/indent.el

index 87c963d5a2891f9443aca059dbcbc0d5aad08b5f..42df38b4ba1c13d9c89d84353522e3a686307387 100644 (file)
@@ -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
index 6f3431fbd7f7ed5f78aaae8fb099035c5a26da09..1a7193893c4af5dbbc13a87cc162ad2093f3cc49 100644 (file)
@@ -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")