From: Fabián Ezequiel Gallina Date: Sat, 29 Dec 2012 09:26:58 +0000 (-0300) Subject: Small fix for python.el NEWS X-Git-Tag: emacs-24.2.92~74 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d5b1b1aa9c12d3f14692fe9baf18e0997a019fe3;p=emacs.git Small fix for python.el NEWS --- 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.