]> git.eshelyaron.com Git - emacs.git/commitdiff
* indent.el (indent-for-tab-command): Doc fix.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 22 Mar 2010 17:28:27 +0000 (13:28 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 22 Mar 2010 17:28:27 +0000 (13:28 -0400)
lisp/ChangeLog
lisp/indent.el

index 98ebc73fd3e277e136bd53d3b085f57434489d3f..5cddb1dc78664645e17267df870348dba1dbf964 100644 (file)
@@ -1,3 +1,7 @@
+2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
+
+       * indent.el (indent-for-tab-command): Doc fix.
+
 2010-03-22  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-engine.el (c-remove-stale-state-cache): Fix
index 3f8353bd90ca58dfde7ad51cb5e6f4f2a7ab5d73..adecbfaeb1238db9f6674a779fd1a2c6b6c81b85 100644 (file)
@@ -85,8 +85,10 @@ special; we don't actually use them here."
 (defun indent-for-tab-command (&optional arg)
   "Indent line or region in proper way for current major mode or insert a tab.
 Depending on `tab-always-indent', either insert a tab or indent.
-If initial point was within line's indentation, position after
-the indentation.  Else stay at same point in text.
+
+In most major modes, if point was in the current line's indentation,
+it is moved to the first non-whitespace character after indenting;
+otherwise it stays at the same position in the text.
 
 If a prefix argument is given, also rigidly indent the entire
 balanced expression which starts at the beginning of the current