]> granicus.if.org Git - python/commitdiff
#(py-smart-indentation): Small fixes for clarity in the docstring.
authorBarry Warsaw <barry@python.org>
Fri, 13 Mar 1998 20:04:52 +0000 (20:04 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 13 Mar 1998 20:04:52 +0000 (20:04 +0000)
Misc/python-mode.el

index 8bd2b1f044ed02b5387b7d25933ecc0a1e335158..b4b60208ebf85b60db26ef6ffe0d807abaed5434 100644 (file)
@@ -164,13 +164,12 @@ to `python-mode':
     2. `indent-tabs-mode' is set as follows: if `py-indent-offset'
        equals `tab-width' then `indent-tabs-mode' is set to t,
        otherwise it is set to nil.  This means that for newly written
-       code, tabs are only inserted in indentation if one tab is one
+       code, tabs are only inserted in indentation if one tab is one
        indentation level, otherwise only spaces are used.
 
-Note that both these settings occur *after* `python-mode-hook' is run, 
-so if you set either of these values explicitly, and you want to
-defeat the automagic configuration, you must also set
-`py-smart-indentation' to nil in your `python-mode-hook'."
+Note that both these settings occur *after* `python-mode-hook' is run,
+so if you want to defeat the automagic configuration, you must also
+set `py-smart-indentation' to nil in your `python-mode-hook'."
   :type 'boolean
   :group 'python)