From: Glenn Morris Date: Mon, 21 Jul 2014 05:58:27 +0000 (-0400) Subject: NEWS tweaks X-Git-Tag: emacs-24.3.93~50 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ef3b7194838482c4bcb55beb951f3a8e2e0f44ac;p=emacs.git NEWS tweaks --- diff --git a/etc/NEWS b/etc/NEWS index 19356f7473b..b1524151cc8 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -675,13 +675,12 @@ along with the non-SMIE indentation code. *** Out of the box support for CPython, iPython and readline based shells. **** `python-shell-completion-module-string-code` is no longer used. -*** Automatic shell prompt detection. -**** New user options: -***** `python-shell-interpreter-interactive-arg`. -***** `python-shell-prompt-detect-enabled`. -***** `python-shell-prompt-detect-failure-warning`. -***** `python-shell-prompt-input-regexps`. -***** `python-shell-prompt-output-regexps`. +*** Automatic shell prompt detection. New user options: +**** `python-shell-interpreter-interactive-arg'. +**** `python-shell-prompt-detect-enabled'. +**** `python-shell-prompt-detect-failure-warning'. +**** `python-shell-prompt-input-regexps'. +**** `python-shell-prompt-output-regexps'. *** Python shell support for remote hosts via tramp.