diff options
author | Fabián Ezequiel Gallina <fgallina@gnu.org> | 2012-12-29 06:26:58 -0300 |
---|---|---|
committer | Fabián Ezequiel Gallina <fgallina@gnu.org> | 2012-12-29 06:26:58 -0300 |
commit | d5b1b1aa9c12d3f14692fe9baf18e0997a019fe3 (patch) | |
tree | 0f159664bafa1ffa0a0783f6b0092fcb79da5c6e /etc | |
parent | d6cae7321e32cfcb101c17f74e62f7b1698ddad0 (diff) | |
download | emacs-d5b1b1aa9c12d3f14692fe9baf18e0997a019fe3.tar.gz |
Small fix for python.el NEWS
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -316,7 +316,7 @@ text based shell). **** `python-indent-string-contents': Strings are never indented. **** `python-honour-comment-indentation': -Comments are never considered as indentation markers themselves. +Comments are always considered as indentation markers. **** `python-continuation-offset': Indentation is automatically calculated in a pep8 compliant way depending on the context. |