changeset 74821:35c1ecc52a29

(tab-always-indent): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 22 Dec 2006 22:45:32 +0000
parents e50355d072ce
children 1f7a9ccf8142
files lisp/indent.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/indent.el	Fri Dec 22 22:15:41 2006 +0000
+++ b/lisp/indent.el	Fri Dec 22 22:45:32 2006 +0000
@@ -50,7 +50,9 @@
   "*Controls the operation of the TAB key.
 If t, hitting TAB always just indents the current line.
 If nil, hitting TAB indents the current line if point is at the left margin
-  or in the line's indentation, otherwise it insert a \"real\" tab character."
+or in the line's indentation, otherwise it insert a \"real\" TAB character.
+Most programming language modes have their own variable to control this,
+e.g., `c-tab-always-indent', and do not respect this variable."
   :group 'indent
   :type '(choice (const nil) (const t) (const always)))