diff options
Diffstat (limited to 'Misc/python-mode.el')
-rw-r--r-- | Misc/python-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el index 60c0aab..8789c66 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -81,7 +81,7 @@ (defvar py-python-command "python" "*Shell command used to start Python interpreter.") -(defvar py-indent-offset 8 ; argue with Guido <grin> +(defvar py-indent-offset 4 "*Indentation increment. Note that `\\[py-guess-indent-offset]' can usually guess a good value when you're editing someone else's Python code.") |