diff options
author | Barry Warsaw <barry@python.org> | 1998-03-13 20:04:52 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1998-03-13 20:04:52 (GMT) |
commit | 8046befce74a2a4e0fe965379e5c9f4c1627aab4 (patch) | |
tree | b57859f10559943006efda8286251ced3dd0f462 /Misc | |
parent | 9e9968859e39526269777c40d9f8f2a7591067e9 (diff) | |
download | cpython-8046befce74a2a4e0fe965379e5c9f4c1627aab4.zip cpython-8046befce74a2a4e0fe965379e5c9f4c1627aab4.tar.gz cpython-8046befce74a2a4e0fe965379e5c9f4c1627aab4.tar.bz2 |
#(py-smart-indentation): Small fixes for clarity in the docstring.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/python-mode.el | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el index 8bd2b1f..b4b6020 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -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 a 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) |