summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-07-21 01:58:27 -0400
committerGlenn Morris <rgm@gnu.org>2014-07-21 01:58:27 -0400
commitef3b7194838482c4bcb55beb951f3a8e2e0f44ac (patch)
tree8778961d4901c9c754d07cfbdd9c1a35c597a883 /etc
parentf6c951e5d2ce79fe673965a1cee55a34048de612 (diff)
downloademacs-ef3b7194838482c4bcb55beb951f3a8e2e0f44ac.tar.gz
NEWS tweaks
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS13
1 files changed, 6 insertions, 7 deletions
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.