changeset 81327:f43a57ce897e

(tab-always-indent): Docstring fix.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 12 Jun 2007 16:33:39 +0000
parents c5703a4ef5e9
children 99942c448a6f
files lisp/indent.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/indent.el	Tue Jun 12 13:37:56 2007 +0000
+++ b/lisp/indent.el	Tue Jun 12 16:33:39 2007 +0000
@@ -50,8 +50,8 @@
   "*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.
-Most programming language modes have their own variable to control this,
+or in the line's indentation, otherwise it inserts a \"real\" TAB character.
+Some 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)))