summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina <fgallina@gnu.org>2012-12-29 06:26:58 -0300
committerFabián Ezequiel Gallina <fgallina@gnu.org>2012-12-29 06:26:58 -0300
commitd5b1b1aa9c12d3f14692fe9baf18e0997a019fe3 (patch)
tree0f159664bafa1ffa0a0783f6b0092fcb79da5c6e /etc
parentd6cae7321e32cfcb101c17f74e62f7b1698ddad0 (diff)
downloademacs-d5b1b1aa9c12d3f14692fe9baf18e0997a019fe3.tar.gz
Small fix for python.el NEWS
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8353d6e1c44..d7990d3e6b5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.