]> git.eshelyaron.com Git - emacs.git/commitdiff
Small fix for python.el NEWS
authorFabián Ezequiel Gallina <fgallina@gnu.org>
Sat, 29 Dec 2012 09:26:58 +0000 (06:26 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Sat, 29 Dec 2012 09:26:58 +0000 (06:26 -0300)
etc/NEWS

index 8353d6e1c4497e628bff1dd86334a5a80f7bd954..d7990d3e6b59dce35e929f999166d105881aea4e 100644 (file)
--- 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.